mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
remove wrong mpegstream addition
Original commit message from CVS: remove wrong mpegstream addition
This commit is contained in:
parent
ebe743ec93
commit
d9df625a1c
2 changed files with 2 additions and 3 deletions
|
@ -288,7 +288,6 @@ 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="\
|
||||||
speed \
|
speed \
|
||||||
mpegstream \
|
|
||||||
qtdemux \
|
qtdemux \
|
||||||
tta \
|
tta \
|
||||||
"
|
"
|
||||||
|
@ -497,7 +496,6 @@ AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
gst-plugins-bad.spec
|
gst-plugins-bad.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/mpegstream/Makefile
|
|
||||||
gst/speed/Makefile
|
gst/speed/Makefile
|
||||||
gst/qtdemux/Makefile
|
gst/qtdemux/Makefile
|
||||||
gst/tta/Makefile
|
gst/tta/Makefile
|
||||||
|
|
|
@ -229,4 +229,5 @@ DIST_SUBDIRS= \
|
||||||
faad \
|
faad \
|
||||||
gsm \
|
gsm \
|
||||||
sdl \
|
sdl \
|
||||||
directfb
|
directfb \
|
||||||
|
ivorbis
|
||||||
|
|
Loading…
Reference in a new issue