Browse code

ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for iOS under certain configuration

Likely a regression from 8f6f357fde0ea88db180db07a6d749ef95f52c28

Clément Bœsch authored on 2015/10/15 17:12:19
Showing 1 changed files
... ...
@@ -16,11 +16,12 @@
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 17
  */
18 18
 
19
+#include "config.h"
20
+
19 21
 #if HAVE_UTGETOSTYPEFROMSTRING
20 22
 #include <CoreServices/CoreServices.h>
21 23
 #endif
22 24
 
23
-#include "config.h"
24 25
 #include "libavcodec/avcodec.h"
25 26
 #if CONFIG_VDA
26 27
 #  include "libavcodec/vda.h"