removing plugins from build

Original commit message from CVS:
removing plugins from build
This commit is contained in:
Thomas Vander Stichele 2004-03-09 13:10:14 +00:00
parent bd421d033a
commit 21257d7edc
4 changed files with 11 additions and 9 deletions

View file

@ -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> 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info): * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):

View file

@ -349,7 +349,6 @@ GST_PLUGINS_ALL="\
filter \ filter \
flx \ flx \
goom \ goom \
id3 \
interleave \ interleave \
law \ law \
level \ level \
@ -541,7 +540,7 @@ dnl this is an error until XFree86 starts shipping one
dnl Check for Xv extension dnl Check for Xv extension
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true) translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
[xvimagesink xvideosink], [ [xvimagesink], [
if test x$HAVE_X = xyes; then if test x$HAVE_X = xyes; then
AC_CHECK_LIB(Xv_pic, XvQueryExtension, AC_CHECK_LIB(Xv_pic, XvQueryExtension,
HAVE_XVIDEO="yes", HAVE_XVIDEO="no", HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
@ -1562,7 +1561,6 @@ gst/festival/Makefile
gst/filter/Makefile gst/filter/Makefile
gst/flx/Makefile gst/flx/Makefile
gst/goom/Makefile gst/goom/Makefile
gst/id3/Makefile
gst/interleave/Makefile gst/interleave/Makefile
gst/law/Makefile gst/law/Makefile
gst/level/Makefile gst/level/Makefile
@ -1621,7 +1619,6 @@ sys/v4l2/Makefile
sys/vcd/Makefile sys/vcd/Makefile
sys/ximage/Makefile sys/ximage/Makefile
sys/xvimage/Makefile sys/xvimage/Makefile
sys/xvideo/Makefile
ext/Makefile ext/Makefile
ext/a52dec/Makefile ext/a52dec/Makefile
ext/aalib/Makefile ext/aalib/Makefile

View file

@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstvorbis.la plugin_LTLIBRARIES = libgstvorbis.la
libgstvorbis_la_SOURCES = vorbis.c vorbisdec.c vorbisenc.c vorbisfile.c libgstvorbis_la_SOURCES = vorbis.c vorbisdec.c vorbisenc.c
libgstvorbis_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS) libgstvorbis_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS)
## AM_PATH_VORBIS also sets VORBISENC_LIBS ## AM_PATH_VORBIS also sets VORBISENC_LIBS
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS) $(VORBISFILE_LIBS) libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS) $(VORBISFILE_LIBS)

View file

@ -35,10 +35,8 @@ VCD_DIR=
endif endif
if USE_X if USE_X
X_DIR=xvideo
XI_DIR=ximage XI_DIR=ximage
else else
X_DIR=
XI_DIR= XI_DIR=
endif endif
@ -55,6 +53,6 @@ CDROM_DIR=
endif endif
SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \ SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \
$(VCD_DIR) $(CDROM_DIR) $(X_DIR) $(XI_DIR) $(XV_DIR) $(VCD_DIR) $(CDROM_DIR) $(XI_DIR) $(XV_DIR)
DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo ximage xvimage glsink cdrom DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd ximage xvimage glsink cdrom