|
@@ -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:=2
|
|
12
|
+PKG_RELEASE:=3
|
13
|
13
|
|
14
|
14
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
15
|
15
|
|
|
@@ -161,7 +161,6 @@ CONFIGURE_ARGS += \
|
161
|
161
|
--disable-schro \
|
162
|
162
|
--disable-zbar \
|
163
|
163
|
--disable-vp8 \
|
164
|
|
- --disable-srtp \
|
165
|
164
|
\
|
166
|
165
|
--without-libiconv-prefix \
|
167
|
166
|
--without-libintl-prefix \
|
|
@@ -278,6 +277,7 @@ $(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,))
|
278
|
277
|
$(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,))
|
279
|
278
|
$(eval $(call GstBuildPlugin,speed,speed support,audio,,))
|
280
|
279
|
$(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))
|
|
280
|
+$(eval $(call GstBuildPlugin,srtp,srtp support,rtp,,+libsrtp))
|
281
|
281
|
|
282
|
282
|
$(eval $(call BuildPackage,gstreamer1-plugins-bad))
|
283
|
283
|
$(eval $(call BuildPackage,gst1-plugins-bad))
|