summaryrefslogtreecommitdiff
path: root/ffmpeg_videotoolbox.c
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2015-10-15 10:12:19 +0200
committerClément Bœsch <clement@stupeflix.com>2015-10-15 10:13:02 +0200
commit9898ef8139ff31d006ae4d976de2b4e648608c51 (patch)
treed4ba196ad5b82207a8fdf249a2b23d62187cc29d /ffmpeg_videotoolbox.c
parent76cd82d9257b7eabab806fc7202676d5bd8406c4 (diff)
ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for iOS under certain configuration
Likely a regression from 8f6f357fde0ea88db180db07a6d749ef95f52c28
Diffstat (limited to 'ffmpeg_videotoolbox.c')
-rw-r--r--ffmpeg_videotoolbox.c3
1 files changed, 2 insertions, 1 deletions
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 <CoreServices/CoreServices.h>
#endif
-#include "config.h"
#include "libavcodec/avcodec.h"
#if CONFIG_VDA
# include "libavcodec/vda.h"