aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gst1-plugins-bad
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2014-12-06 10:44:56 -0500
committerTed Hess <thess@kitschensync.net>2014-12-06 10:44:56 -0500
commit5382c7fc55d73570c77198f1d4f1c17bba9bbb86 (patch)
treeee7764d973f09daa4535548c8227a82239a2ceee /multimedia/gst1-plugins-bad
parent78bf9cc55463187751dd3a3838a6e96e18ffec23 (diff)
gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'multimedia/gst1-plugins-bad')
-rw-r--r--multimedia/gst1-plugins-bad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile
index 6e0f77b76..78282574c 100644
--- 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:=2
+PKG_RELEASE:=3
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@ -161,7 +161,6 @@ CONFIGURE_ARGS += \
--disable-schro \
--disable-zbar \
--disable-vp8 \
- --disable-srtp \
\
--without-libiconv-prefix \
--without-libintl-prefix \
@@ -278,6 +277,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 BuildPackage,gstreamer1-plugins-bad))
$(eval $(call BuildPackage,gst1-plugins-bad))