gst-plugins-base: fix various missing dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32364 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-14 19:14:42 +00:00
parent 935d0295da
commit cc90cfb910

View File

@ -176,7 +176,7 @@ endef
$(eval $(call GstBuildLibrary,app,app,,))
$(eval $(call GstBuildLibrary,audio,audio,interfaces,))
$(eval $(call GstBuildLibrary,cdda,CDDA,,))
$(eval $(call GstBuildLibrary,cdda,CDDA,tag,))
$(eval $(call GstBuildLibrary,fft,FFT,,))
$(eval $(call GstBuildLibrary,interfaces,interfaces,))
$(eval $(call GstBuildLibrary,netbuffer,network buffer,,))
@ -231,9 +231,9 @@ $(eval $(call GstBuildPlugin,decodebin,media decoder,pbutils,,))
$(eval $(call GstBuildPlugin,decodebin2,media decoder (v2),pbutils,,))
$(eval $(call GstBuildPlugin,gio,GIO,,,))
$(eval $(call GstBuildPlugin,ogg,Ogg,riff tag,,+libogg))
$(eval $(call GstBuildPlugin,playbin,playback,interfaces pbutils,,))
$(eval $(call GstBuildPlugin,playbin,playback,video interfaces pbutils,,))
$(eval $(call GstBuildPlugin,tcp,TCP,dataprotocol,,))
$(eval $(call GstBuildPlugin,theora,Theora,tag,ogg,+libtheora))
$(eval $(call GstBuildPlugin,theora,Theora,video tag,ogg,+libtheora))
$(eval $(call GstBuildPlugin,typefindfunctions,'typefind' functions,,,))
$(eval $(call GstBuildPlugin,videotestsrc,video test,,,+liboil))
$(eval $(call GstBuildPlugin,volume,volume,audio controller,,+liboil))