aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfritsch <peter.fruehberger@gmail.com>2015-09-09 21:35:09 +0200
committerfritsch <peter.fruehberger@gmail.com>2015-09-09 21:42:25 +0200
commitd3507a93dbcd15b53b66f1e66ad656069db72d35 (patch)
treecd0de0815c392c4b8c7fc8506797e044faaa0433 /tools
parentdbb13659ea6581ab228606db951a4009221003eb (diff)
ffmpeg: Disable videotoolbox on OSX
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/ffmpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/ffmpeg/Makefile b/tools/depends/target/ffmpeg/Makefile
index b8502ae909..ae932ce6c3 100644
--- a/tools/depends/target/ffmpeg/Makefile
+++ b/tools/depends/target/ffmpeg/Makefile
@@ -44,7 +44,7 @@ ifeq ($(OS), ios)
endif
ifeq ($(OS), osx)
ffmpg_config += --disable-outdev=sdl
- ffmpg_config += --disable-decoder=mpeg_xvmc --enable-vda --disable-crystalhd
+ ffmpg_config += --disable-decoder=mpeg_xvmc --enable-vda --disable-crystalhd --disable-videotoolbox
ffmpg_config += --target-os=darwin
ffmpg_config += --disable-securetransport
endif