From 6fa2532dd36f30312038e9fd29917c56f68dda7c Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 16 Sep 2012 16:43:27 +0200 Subject: [PATCH] vda_h264.c: Change header inclusion order. Fixes compilation with XCode 3.2.6. Fixes ticket #1736. --- 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 ec5a371267..4b8c75483e 100644 --- a/libavcodec/vda_h264.c +++ b/libavcodec/vda_h264.c @@ -24,9 +24,9 @@ #include #include +#include "vda.h" #include "libavutil/avutil.h" #include "h264.h" -#include "vda.h" #if FF_API_VDA_ASYNC #include