[packages] gst-plugins-ugly: add asf demuxer (#8758)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26043 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-03-11 21:05:27 +00:00
parent e39a985f5f
commit 9173b9da44

View File

@ -17,7 +17,7 @@ PKG_MD5SUM:=21c034a762a5da252f91640e53bfe457
PKG_BUILD_DEPENDS:= gstreamer gst-plugins-base liboil PKG_BUILD_DEPENDS:= gstreamer gst-plugins-base liboil
PKG_FIXUP:=libtool PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -59,7 +59,6 @@ CONFIGURE_ARGS += \
--disable-a52dec \ --disable-a52dec \
--disable-amrnb \ --disable-amrnb \
--disable-amrwb \ --disable-amrwb \
--disable-asfdemux \
--disable-cdio \ --disable-cdio \
--disable-dvdlpcmdec \ --disable-dvdlpcmdec \
--disable-dvdread \ --disable-dvdread \
@ -121,5 +120,6 @@ endef
$(eval $(call GstBuildPlugin,lame,MP3 encoder (using LAME),,,+lame-lib)) $(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,mad,MP3 decoder (using MAD),audio tag,,+libid3tag +libmad))
$(eval $(call GstBuildPlugin,asf,ASF demuxer,,,))
$(eval $(call BuildPackage,gst-plugins-ugly)) $(eval $(call BuildPackage,gst-plugins-ugly))