mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
add asf plugin to build
Original commit message from CVS: add asf plugin to build
This commit is contained in:
parent
af0f294066
commit
212f53653e
1 changed files with 2 additions and 1 deletions
|
@ -227,7 +227,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
dnl these are all the gst plug-ins, compilable without additional libs
|
dnl these are all the gst plug-ins, compilable without additional libs
|
||||||
GST_PLUGINS_ALL="\
|
GST_PLUGINS_ALL="\
|
||||||
ac3parse adder audioscale auparse avi cdxaparse chart\
|
ac3parse adder audioscale auparse avi asfdemux cdxaparse chart\
|
||||||
cutter deinterlace effectv festival filter flx goom\
|
cutter deinterlace effectv festival filter flx goom\
|
||||||
intfloat law level\
|
intfloat law level\
|
||||||
median mixmatrix mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
|
median mixmatrix mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
|
||||||
|
@ -1007,6 +1007,7 @@ gst/adder/Makefile
|
||||||
gst/audioscale/Makefile
|
gst/audioscale/Makefile
|
||||||
gst/auparse/Makefile
|
gst/auparse/Makefile
|
||||||
gst/avi/Makefile
|
gst/avi/Makefile
|
||||||
|
gst/asfdemux/Makefile
|
||||||
gst/cdxaparse/Makefile
|
gst/cdxaparse/Makefile
|
||||||
gst/chart/Makefile
|
gst/chart/Makefile
|
||||||
gst/cutter/Makefile
|
gst/cutter/Makefile
|
||||||
|
|
Loading…
Reference in a new issue