From a6aa0b7210f82bddc160a5ae83d7f4dba9e85201 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Mon, 6 Jul 2015 22:47:45 +0200 Subject: [PATCH] [ffmpeg/osx] - add --disable-securetransport to configure to prevent linkage against libsecurity_ssl (gnutls provides the functionality - but ffmpeg autodetect fails and tries to do it the appl/libsecurity_ssl way) --- tools/depends/target/ffmpeg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/depends/target/ffmpeg/Makefile b/tools/depends/target/ffmpeg/Makefile index 711182f6b05..18479f3903f 100644 --- a/tools/depends/target/ffmpeg/Makefile +++ b/tools/depends/target/ffmpeg/Makefile @@ -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