mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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
This commit is contained in:
parent
9fe4587856
commit
3c95e4f3a2
2 changed files with 2 additions and 101 deletions
10
Makefile.am
10
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
|
||||
|
|
93
configure.ac
93
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
|
||||
|
|
Loading…
Reference in a new issue