From: Clément Bœsch Date: Thu, 15 Oct 2015 08:12:19 +0000 (+0200) Subject: ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for... X-Git-Tag: android-x86-7.1-r1~8516 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9898ef8139ff31d006ae4d976de2b4e648608c51;p=android-x86%2Fexternal-ffmpeg.git ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for iOS under certain configuration Likely a regression from 8f6f357fde0ea88db180db07a6d749ef95f52c28 --- diff --git a/ffmpeg_videotoolbox.c b/ffmpeg_videotoolbox.c index 580837efd6..c9355fab05 100644 --- a/ffmpeg_videotoolbox.c +++ b/ffmpeg_videotoolbox.c @@ -16,11 +16,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" + #if HAVE_UTGETOSTYPEFROMSTRING #include #endif -#include "config.h" #include "libavcodec/avcodec.h" #if CONFIG_VDA # include "libavcodec/vda.h"