|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2009-2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2009-2015 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=gst1-plugins-good
|
11
|
11
|
PKG_VERSION:=1.4.4
|
12
|
|
-PKG_RELEASE:=1
|
|
12
|
+PKG_RELEASE:=2
|
13
|
13
|
|
14
|
14
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
15
|
15
|
|
|
@@ -102,7 +102,6 @@ CONFIGURE_ARGS += \
|
102
|
102
|
--disable-gconf \
|
103
|
103
|
--disable-gconftool \
|
104
|
104
|
--disable-gdk_pixbuf \
|
105
|
|
- --disable-gst_v4l2 \
|
106
|
105
|
--disable-hal \
|
107
|
106
|
--disable-libcaca \
|
108
|
107
|
--disable-libdv \
|
|
@@ -222,7 +221,7 @@ $(eval $(call GstBuildPlugin,spectrum,spectrum data output,audio fft,,))
|
222
|
221
|
#$(eval $(call GstBuildPlugin,sty4menc,sty4menc support,video,,))
|
223
|
222
|
#$(eval $(call GstBuildPlugin,taglib,taglib support,tag,,))
|
224
|
223
|
$(eval $(call GstBuildPlugin,udp,UDP,net,,))
|
225
|
|
-#$(eval $(call GstBuildPlugin,video4linux2,video4linux2 support,video,,))
|
|
224
|
+$(eval $(call GstBuildPlugin,video4linux2,video4linux2 support,video allocators,,+libv4l))
|
226
|
225
|
$(eval $(call GstBuildPlugin,videobox,videobox support,video,,))
|
227
|
226
|
$(eval $(call GstBuildPlugin,videocrop,videocrop support,video,,))
|
228
|
227
|
$(eval $(call GstBuildPlugin,videofilter,videofilter support,video,,))
|