|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=gst1-plugins-bad
|
11
|
11
|
PKG_VERSION:=1.4.5
|
12
|
|
-PKG_RELEASE:=2
|
|
12
|
+PKG_RELEASE:=3
|
13
|
13
|
|
14
|
14
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
15
|
15
|
|
|
@@ -115,7 +115,6 @@ CONFIGURE_ARGS += \
|
115
|
115
|
--disable-resindvd \
|
116
|
116
|
--disable-faac \
|
117
|
117
|
--disable-faad \
|
118
|
|
- --disable-fbdev \
|
119
|
118
|
--disable-flite \
|
120
|
119
|
--disable-gsm \
|
121
|
120
|
--disable-kate \
|
|
@@ -247,6 +246,7 @@ $(eval $(call GstBuildPlugin,camerabin2,camerabin support,basecamerabinsrc photo
|
247
|
246
|
$(eval $(call GstBuildPlugin,dataurisrc,dataurisrc support,,,))
|
248
|
247
|
$(eval $(call GstBuildPlugin,debugutilsbad,debugutils support,video,,))
|
249
|
248
|
$(eval $(call GstBuildPlugin,dvdspu,dvdspu support,video,,))
|
|
249
|
+$(eval $(call GstBuildPlugin,fbdevsink,fbdev support,video,,))
|
250
|
250
|
$(eval $(call GstBuildPlugin,festival,festival support,audio,,))
|
251
|
251
|
$(eval $(call GstBuildPlugin,frei0r,frei0r support,controller video,,))
|
252
|
252
|
$(eval $(call GstBuildPlugin,id3tag,id3tag support,tag,,))
|