mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
hopefully fix a problem.
Original commit message from CVS: hopefully fix a problem.
This commit is contained in:
parent
7c8600b831
commit
0b35af5207
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
SUBDIRS=gst-libs gst sys ext
|
SUBDIRS=gst-libs gst sys ext examples
|
||||||
|
|
||||||
DIST_SUBDIRS=gst-libs gst sys ext
|
DIST_SUBDIRS=gst-libs gst sys ext examples
|
||||||
|
|
||||||
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README ChangeLog
|
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README ChangeLog
|
||||||
|
|
|
@ -958,6 +958,7 @@ AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
gstreamer-libs.pc
|
gstreamer-libs.pc
|
||||||
gstreamer-libs-uninstalled.pc
|
gstreamer-libs-uninstalled.pc
|
||||||
|
gst-plugins.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/ac3parse/Makefile
|
gst/ac3parse/Makefile
|
||||||
gst/adder/Makefile
|
gst/adder/Makefile
|
||||||
|
@ -1006,7 +1007,6 @@ sys/v4l/Makefile
|
||||||
sys/vcd/Makefile
|
sys/vcd/Makefile
|
||||||
sys/vga/Makefile
|
sys/vga/Makefile
|
||||||
sys/xvideo/Makefile
|
sys/xvideo/Makefile
|
||||||
examples/capsfilter/Makefile
|
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/a52dec/Makefile
|
ext/a52dec/Makefile
|
||||||
ext/aalib/Makefile
|
ext/aalib/Makefile
|
||||||
|
@ -1046,7 +1046,7 @@ gst-libs/gst/audio/Makefile
|
||||||
gst-libs/gst/idct/Makefile
|
gst-libs/gst/idct/Makefile
|
||||||
gst-libs/gst/resample/Makefile
|
gst-libs/gst/resample/Makefile
|
||||||
gst-libs/gst/riff/Makefile
|
gst-libs/gst/riff/Makefile
|
||||||
gst-plugins.spec
|
examples/capsfilter/Makefile
|
||||||
)
|
)
|
||||||
|
|
||||||
echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES"
|
echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES"
|
||||||
|
|
Loading…
Reference in a new issue