Skip to content

Commit

Permalink
[ffmpeg/osx] - add --disable-securetransport to configure to prevent …
Browse files Browse the repository at this point in the history
…linkage against libsecurity_ssl (gnutls provides the functionality - but ffmpeg autodetect fails and tries to do it the appl/libsecurity_ssl way)
  • Loading branch information
Memphiz committed Jul 6, 2015
1 parent 356cebf commit a6aa0b7
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 a6aa0b7

Please sign in to comment.