[FFmpeg-cvslog] vda_h264.c: Change header inclusion order.

Carl Eugen Hoyos git at videolan.org
Sun Sep 16 16:44:22 CEST 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Sep 16 16:43:27 2012 +0200| [6fa2532dd36f30312038e9fd29917c56f68dda7c] | committer: Carl Eugen Hoyos

vda_h264.c: Change header inclusion order.

Fixes compilation with XCode 3.2.6.
Fixes ticket #1736.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fa2532dd36f30312038e9fd29917c56f68dda7c
---

 libavcodec/vda_h264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c
index ec5a371..4b8c754 100644
--- a/libavcodec/vda_h264.c
+++ b/libavcodec/vda_h264.c
@@ -24,9 +24,9 @@
 #include <CoreFoundation/CFNumber.h>
 #include <CoreFoundation/CFData.h>
 
+#include "vda.h"
 #include "libavutil/avutil.h"
 #include "h264.h"
-#include "vda.h"
 
 #if FF_API_VDA_ASYNC
 #include <CoreFoundation/CFString.h>



More information about the ffmpeg-cvslog mailing list