[packages] gst-plugins-ugly: add missing dependencies to gst-mod-asf
authorNicolas Thill <nico@openwrt.org>
Sun, 23 Oct 2011 16:16:18 +0000 (16:16 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 23 Oct 2011 16:16:18 +0000 (16:16 +0000)
SVN-Revision: 28541

multimedia/gst-plugins-ugly/Makefile

index 59b60bb0042f9876ea3b376ec496608c23b6e870..2e3a8772ae7cfe940fbdb934ff37fb79bbadb7c6 100644 (file)
@@ -125,8 +125,8 @@ define GstBuildPlugin
   $$(eval $$(call BuildPackage,gst-mod-$(1)))
 endef
 
+$(eval $(call GstBuildPlugin,asf,ASF demuxer,audio riff rtp rtsp sdp tag,,))
 $(eval $(call GstBuildPlugin,lame,MP3 encoder (using LAME),,,+lame-lib))
 $(eval $(call GstBuildPlugin,mad,MP3 decoder (using MAD),audio tag,,+libid3tag +libmad))
-$(eval $(call GstBuildPlugin,asf,ASF demuxer,,,))
 
 $(eval $(call BuildPackage,gst-plugins-ugly))