diff options
Diffstat (limited to 'tools/depends/target/ffmpeg/Makefile')
-rw-r--r-- | tools/depends/target/ffmpeg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/depends/target/ffmpeg/Makefile b/tools/depends/target/ffmpeg/Makefile index f52e80268f..09e419334d 100644 --- a/tools/depends/target/ffmpeg/Makefile +++ b/tools/depends/target/ffmpeg/Makefile @@ -41,12 +41,12 @@ ifeq ($(OS), ios) ffmpg_config += --cpu=cortex-a8 endif ffmpg_config += --yasmexe=$(NATIVEPREFIX)/bin/yasm - ffmpg_config += --disable-decoder=mpeg_xvmc --disable-vda --disable-crystalhd --disable-videotoolbox + ffmpg_config += --disable-decoder=mpeg_xvmc --disable-vda --disable-crystalhd --enable-videotoolbox ffmpg_config += --target-os=darwin endif ifeq ($(OS), osx) ffmpg_config += --disable-outdev=sdl - ffmpg_config += --disable-decoder=mpeg_xvmc --enable-vda --disable-crystalhd --disable-videotoolbox + ffmpg_config += --disable-decoder=mpeg_xvmc --disable-vda --disable-crystalhd --enable-videotoolbox ffmpg_config += --target-os=darwin ffmpg_config += --disable-securetransport endif @@ -89,4 +89,3 @@ clean: distclean:: rm -rf $(PLATFORM) .installed-$(PLATFORM) - |