From 3c95e4f3a233d05229d80ece36ab47b20866a11c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 20:59:46 +0000 Subject: [PATCH] plugins should be gotten from the separate gst-plugins module from now on we're fixing bugs there all over the place Original commit message from CVS: plugins should be gotten from the separate gst-plugins module from now on we're fixing bugs there all over the place --- Makefile.am | 10 ++----- configure.ac | 93 ------------------------------------------------------------ 2 files changed, 2 insertions(+), 101 deletions(-) diff --git a/Makefile.am b/Makefile.am index 41f0641..cfb9e41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,17 +33,11 @@ else SUBDIRS_EXAMPLES = endif -if BUILD_PLUGINS -SUBDIRS_PLUGINS = plugins -else -SUBDIRS_PLUGINS = -endif - -SUBDIRS = include gst libs $(SUBDIRS_PLUGINS) tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \ +SUBDIRS = include gst libs tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \ $(SUBDIRS_LGG) $(SUBDIRS_DOCS) # These are all the possible subdirs -DIST_SUBDIRS = include gst libs plugins tools test tests testsuite examples gstplay editor docs +DIST_SUBDIRS = include gst libs tools test tests testsuite examples gstplay editor docs pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.ac b/configure.ac index 753b362..5a6add2 100644 --- a/configure.ac +++ b/configure.ac @@ -1131,99 +1131,6 @@ libs/gst/bytestream/Makefile libs/gst/getbits/Makefile libs/gst/putbits/Makefile libs/gst/control/Makefile -plugins/Makefile -plugins/a52dec/Makefile -plugins/aasink/Makefile -plugins/alsa/Makefile -plugins/au/Makefile -plugins/audiofile/Makefile -plugins/audioscale/Makefile -plugins/avi/Makefile -plugins/avi/wincodec/Makefile -plugins/avi/winaudio/Makefile -plugins/flx/Makefile -plugins/festival/Makefile -plugins/flac/Makefile -plugins/jpeg/Makefile -plugins/mp3decode/Makefile -plugins/mp3decode/types/Makefile -plugins/mp3decode/mad/Makefile -plugins/mp3decode/parse/Makefile -plugins/mp3encode/Makefile -plugins/mp3encode/lame/Makefile -plugins/mikmod/Makefile -plugins/mpeg2/Makefile -plugins/mpeg2/parse/Makefile -plugins/mpeg2/ac3parse/Makefile -plugins/mpeg2/mpeg2enc/Makefile -plugins/mpeg2/mpeg2dec/Makefile -plugins/mpeg2/subtitles/Makefile -plugins/mpeg2/mpegtypes/Makefile -plugins/mpeg1/Makefile -plugins/mpeg1/mpegtypes/Makefile -plugins/mpeg1/mpegaudio/Makefile -plugins/mpeg1/system_encode/Makefile -plugins/mpeg1/mpeg1encoder/Makefile -plugins/oss/Makefile -plugins/rtp/Makefile -plugins/mulaw/Makefile -plugins/alaw/Makefile -plugins/filters/Makefile -plugins/filters/smooth/Makefile -plugins/filters/median/Makefile -plugins/filters/ladspa/Makefile -plugins/filters/stereo2mono/Makefile -plugins/filters/mono2stereo/Makefile -plugins/filters/intfloatconvert/Makefile -plugins/filters/passthrough/Makefile -plugins/filters/adder/Makefile -plugins/filters/colorspace/Makefile -plugins/filters/volenv/Makefile -plugins/filters/level/Makefile -plugins/filters/lav/Makefile -plugins/filters/cutter/Makefile -plugins/filters/deinterlace/Makefile -plugins/filters/volume/Makefile -plugins/filters/speed/Makefile -plugins/filters/playondemand/Makefile -plugins/gnomevfs/Makefile -plugins/icecast/Makefile -plugins/icecast/icecastsend/Makefile -plugins/effects/Makefile -plugins/effects/stereo/Makefile -plugins/effects/volume/Makefile -plugins/udp/Makefile -plugins/visualization/Makefile -plugins/visualization/spectrum/Makefile -plugins/visualization/vumeter/Makefile -plugins/visualization/synaesthesia/Makefile -plugins/visualization/smoothwave/Makefile -plugins/visualization/chart/Makefile -plugins/videoscale/Makefile -plugins/xvideosink/Makefile -plugins/wav/Makefile -plugins/dvdsrc/Makefile -plugins/vcdsrc/Makefile -plugins/rtjpeg/Makefile -plugins/SID/Makefile -plugins/vorbis/Makefile -plugins/capture/Makefile -plugins/capture/v4l/Makefile -plugins/capture/qcam/Makefile -plugins/cdparanoia/Makefile -plugins/esd/Makefile -plugins/esd/esdsink/Makefile -plugins/artsd/Makefile -plugins/quicktime/Makefile -plugins/xmms/Makefile -plugins/arts/Makefile -plugins/gsm/Makefile -plugins/1394/Makefile -plugins/sdlsink/Makefile -plugins/dv/Makefile -plugins/synthesis/Makefile -plugins/synthesis/sinesrc/Makefile -plugins/silence/Makefile gstplay/Makefile test/Makefile test/xml/Makefile -- 2.7.4