Skip to content

Commit

Permalink
Merge pull request #7 from Memphiz/ffmpeg-bump-27-master
Browse files Browse the repository at this point in the history
[ffmpeg/osx] - add --disable-securetransport to configure to prevent …
  • Loading branch information
fritsch committed Jul 6, 2015
2 parents 356cebf + a6aa0b7 commit e333b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/depends/target/ffmpeg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ifeq ($(OS), osx)
ffmpg_config += --disable-outdev=sdl
ffmpg_config += --disable-decoder=mpeg_xvmc --enable-vda --disable-crystalhd
ffmpg_config += --target-os=darwin
ffmpg_config += --disable-securetransport
endif
ifeq ($(findstring arm, $(CPU)), arm)
ffmpg_config += --enable-pic --disable-armv5te --disable-armv6t2
Expand Down

0 comments on commit e333b52

Please sign in to comment.