[packages] gst-plugins: Add debugging information

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2013-01-18 13:30:28 +00:00
parent efaec19ec0
commit 10427c0266
3 changed files with 1 additions and 3 deletions

View File

@ -52,7 +52,6 @@ endef
GST_VERSION:=0.10
CONFIGURE_ARGS += \
--disable-debug \
--disable-examples \
--disable-nls \
\
@ -233,6 +232,7 @@ $(eval $(call GstBuildPlugin,scaletempoplugin,scaletempo support,,,))
$(eval $(call GstBuildPlugin,sdpelem,sdp support,interfaces rtp sdp,,))
$(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,))
$(eval $(call GstBuildPlugin,siren,siren support,rtp,,))
#$(eval $(call GstBuildPlugin,soundtouch,soundtouch support,,,))
$(eval $(call GstBuildPlugin,speed,speed support,,,))
$(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))
$(eval $(call GstBuildPlugin,stereo,stereo support,audio controller,,))

View File

@ -52,7 +52,6 @@ endef
GST_VERSION:=0.10
CONFIGURE_ARGS += \
--disable-debug \
--disable-examples \
\
--disable-aalib \

View File

@ -59,7 +59,6 @@ GST_COND_SELECT = $(patsubst %,$(if $(CONFIG_PACKAGE_gst-mod-$(1)),--enable,--di
GST_VERSION:=0.10
CONFIGURE_ARGS += \
--disable-debug \
--disable-examples \
\
--disable-a52dec \