mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
removing plugins from build
Original commit message from CVS: removing plugins from build
This commit is contained in:
parent
c7a7c3fc9d
commit
6efa995f3a
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
* ext/vorbis/Makefile.am:
|
||||
* sys/Makefile.am:
|
||||
remove id3types, vorbisfile and xvideosink from the build (#133783)
|
||||
|
||||
2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
|
||||
|
|
|
@ -349,7 +349,6 @@ GST_PLUGINS_ALL="\
|
|||
filter \
|
||||
flx \
|
||||
goom \
|
||||
id3 \
|
||||
interleave \
|
||||
law \
|
||||
level \
|
||||
|
@ -541,7 +540,7 @@ dnl this is an error until XFree86 starts shipping one
|
|||
dnl Check for Xv extension
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
|
||||
GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
||||
[xvimagesink xvideosink], [
|
||||
[xvimagesink], [
|
||||
if test x$HAVE_X = xyes; then
|
||||
AC_CHECK_LIB(Xv_pic, XvQueryExtension,
|
||||
HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
|
||||
|
@ -1562,7 +1561,6 @@ gst/festival/Makefile
|
|||
gst/filter/Makefile
|
||||
gst/flx/Makefile
|
||||
gst/goom/Makefile
|
||||
gst/id3/Makefile
|
||||
gst/interleave/Makefile
|
||||
gst/law/Makefile
|
||||
gst/level/Makefile
|
||||
|
@ -1621,7 +1619,6 @@ sys/v4l2/Makefile
|
|||
sys/vcd/Makefile
|
||||
sys/ximage/Makefile
|
||||
sys/xvimage/Makefile
|
||||
sys/xvideo/Makefile
|
||||
ext/Makefile
|
||||
ext/a52dec/Makefile
|
||||
ext/aalib/Makefile
|
||||
|
|
Loading…
Reference in a new issue