mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 14:18:34 +00:00
And configure.ac, too
Original commit message from CVS: And configure.ac, too
This commit is contained in:
parent
aa254e4374
commit
b87df5e460
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
* gst/avi/Makefile.am:
|
* gst/avi/Makefile.am:
|
||||||
* gst/avi/gstavi.c: (plugin_init):
|
* gst/avi/gstavi.c: (plugin_init):
|
||||||
* gst/avi/gstavidemux.c: (gst_avi_demux_get_type),
|
* gst/avi/gstavidemux.c: (gst_avi_demux_get_type),
|
||||||
|
|
|
@ -306,6 +306,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="\
|
||||||
alpha \
|
alpha \
|
||||||
|
avi \
|
||||||
videofilter \
|
videofilter \
|
||||||
effectv \
|
effectv \
|
||||||
goom \
|
goom \
|
||||||
|
@ -494,6 +495,7 @@ Makefile
|
||||||
gst-plugins.spec
|
gst-plugins.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/alpha/Makefile
|
gst/alpha/Makefile
|
||||||
|
gst/avi/Makefile
|
||||||
gst/effectv/Makefile
|
gst/effectv/Makefile
|
||||||
gst/goom/Makefile
|
gst/goom/Makefile
|
||||||
gst/law/Makefile
|
gst/law/Makefile
|
||||||
|
|
Loading…
Reference in a new issue