OSDN Git Service

ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for...
authorClément Bœsch <clement@stupeflix.com>
Thu, 15 Oct 2015 08:12:19 +0000 (10:12 +0200)
committerClément Bœsch <clement@stupeflix.com>
Thu, 15 Oct 2015 08:13:02 +0000 (10:13 +0200)
Likely a regression from 8f6f357fde0ea88db180db07a6d749ef95f52c28

ffmpeg_videotoolbox.c

index 580837e..c9355fa 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "config.h"
+
 #if HAVE_UTGETOSTYPEFROMSTRING
 #include <CoreServices/CoreServices.h>
 #endif
 
-#include "config.h"
 #include "libavcodec/avcodec.h"
 #if CONFIG_VDA
 #  include "libavcodec/vda.h"