lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit be72d3b10c144acc7cf1739b77df150c96f8ee4e
parent 6424128ae3c51e2648874af357ba47f1a8ee3205
Author: Ted Hess <thess@kitschensync.net>
Date:   Fri, 12 Dec 2014 07:40:21 -0500

gst1-plugins-bad: Remove srtp plugin (again) until libsrtp is updated

Signed-off-by: Ted Hess <thess@kitschensync.net>

Diffstat:
Mmultimedia/gst1-plugins-bad/Makefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad PKG_VERSION:=1.4.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -161,6 +161,7 @@ CONFIGURE_ARGS += \ --disable-schro \ --disable-zbar \ --disable-vp8 \ + --disable-srtp \ \ --without-libiconv-prefix \ --without-libintl-prefix \ @@ -277,7 +278,7 @@ $(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,)) $(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,)) $(eval $(call GstBuildPlugin,speed,speed support,audio,,)) $(eval $(call GstBuildPlugin,subenc,subenc support,controller,,)) -$(eval $(call GstBuildPlugin,srtp,srtp support,rtp,,+libsrtp)) +#$(eval $(call GstBuildPlugin,srtp,srtp support,rtp,,+libsrtp)) $(eval $(call BuildPackage,gstreamer1-plugins-bad)) $(eval $(call BuildPackage,gst1-plugins-bad))