Skip to content

Commit

Permalink
ffmpeg: disabel vtb on OSX - temp
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 9, 2015
1 parent 262a977 commit e86f617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/ffmpeg/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit e86f617

Please sign in to comment.