From 4887095c64de9c76c4b2bcfef6bb17b3b410efda Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 25 Aug 2018 16:50:33 +0200 Subject: [PATCH] gst-plugins-bad: Configure with --disable-rtmp This prevents opportunistic linkage against librtmp.so.1. --- packages/gst-plugins-bad/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gst-plugins-bad/build.sh b/packages/gst-plugins-bad/build.sh index d938cf2ffa..d6606077c4 100644 --- a/packages/gst-plugins-bad/build.sh +++ b/packages/gst-plugins-bad/build.sh @@ -10,6 +10,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-examples --disable-android_media --disable-zbar +--disable-rtmp --with-hls-crypto=openssl " TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc/"