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
|
||||
GST_PLUGINS_ALL="\
|
||||
speed \
|
||||
mpegstream \
|
||||
qtdemux \
|
||||
tta \
|
||||
"
|
||||
|
@ -497,7 +496,6 @@ AC_CONFIG_FILES(
|
|||
Makefile
|
||||
gst-plugins-bad.spec
|
||||
gst/Makefile
|
||||
gst/mpegstream/Makefile
|
||||
gst/speed/Makefile
|
||||
gst/qtdemux/Makefile
|
||||
gst/tta/Makefile
|
||||
|
|
|
@ -229,4 +229,5 @@ DIST_SUBDIRS= \
|
|||
faad \
|
||||
gsm \
|
||||
sdl \
|
||||
directfb
|
||||
directfb \
|
||||
ivorbis
|
||||
|
|
Loading…
Reference in a new issue