diff options
author | Carl Eugen Hoyos | 2012-09-16 16:43:27 +0200 |
---|---|---|
committer | Carl Eugen Hoyos | 2012-09-16 16:43:27 +0200 |
commit | 6fa2532dd36f30312038e9fd29917c56f68dda7c (patch) | |
tree | 065daa0716f89b7008306917f31132c06d3d0458 /libavcodec/vda_h264.c | |
parent | 52ef5ca9bbaa94ff642680dfadab01a582f2b7f6 (diff) |
vda_h264.c: Change header inclusion order.
Fixes compilation with XCode 3.2.6.
Fixes ticket #1736.
Diffstat (limited to 'libavcodec/vda_h264.c')
-rw-r--r-- | libavcodec/vda_h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c index ec5a371267..4b8c75483e 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> |