浏览代码

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

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 年前
父节点
当前提交
be72d3b10c
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      multimedia/gst1-plugins-bad/Makefile

+ 3
- 2
multimedia/gst1-plugins-bad/Makefile 查看文件

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=gst1-plugins-bad
11 11
 PKG_VERSION:=1.4.4
12
-PKG_RELEASE:=3
12
+PKG_RELEASE:=4
13 13
 
14 14
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
15 15
 
@@ -161,6 +161,7 @@ CONFIGURE_ARGS += \
161 161
 	--disable-schro \
162 162
 	--disable-zbar \
163 163
 	--disable-vp8 \
164
+	--disable-srtp \
164 165
 	\
165 166
 	--without-libiconv-prefix \
166 167
 	--without-libintl-prefix \
@@ -277,7 +278,7 @@ $(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,))
277 278
 $(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,))
278 279
 $(eval $(call GstBuildPlugin,speed,speed support,audio,,))
279 280
 $(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))
280
-$(eval $(call GstBuildPlugin,srtp,srtp support,rtp,,+libsrtp))
281
+#$(eval $(call GstBuildPlugin,srtp,srtp support,rtp,,+libsrtp))
281 282
 
282 283
 $(eval $(call BuildPackage,gstreamer1-plugins-bad))
283 284
 $(eval $(call BuildPackage,gst1-plugins-bad))