diff options
author | David Schleef <ds@schleef.org> | 2003-08-10 00:01:58 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-10 00:01:58 +0000 |
commit | 7db2e8baa07f5e61112b9616ff58b9ac5d813ed1 (patch) | |
tree | 1dbd8ea1727a0600e9d5395e6b271c07ca3d2294 /gst | |
parent | 101d0c2750f344522b3f414cf596b55260444490 (diff) | |
download | gst-plugins-bad-7db2e8baa07f5e61112b9616ff58b9ac5d813ed1.tar.gz gst-plugins-bad-7db2e8baa07f5e61112b9616ff58b9ac5d813ed1.tar.bz2 gst-plugins-bad-7db2e8baa07f5e61112b9616ff58b9ac5d813ed1.zip |
Remove redundant plugindir definition
Original commit message from CVS:
Remove redundant plugindir definition
Diffstat (limited to 'gst')
-rw-r--r-- | gst/cdxaparse/Makefile.am | 1 | ||||
-rw-r--r-- | gst/chart/Makefile.am | 1 | ||||
-rw-r--r-- | gst/deinterlace/Makefile.am | 1 | ||||
-rw-r--r-- | gst/festival/Makefile.am | 1 | ||||
-rw-r--r-- | gst/filter/Makefile.am | 1 | ||||
-rw-r--r-- | gst/flx/Makefile.am | 1 | ||||
-rwxr-xr-x | gst/mixmatrix/Makefile.am | 1 | ||||
-rw-r--r-- | gst/modplug/Makefile.am | 2 | ||||
-rw-r--r-- | gst/mpeg1sys/Makefile.am | 1 | ||||
-rw-r--r-- | gst/mpeg1videoparse/Makefile.am | 1 | ||||
-rw-r--r-- | gst/mpeg2sub/Makefile.am | 1 | ||||
-rw-r--r-- | gst/mpegaudioparse/Makefile.am | 1 | ||||
-rw-r--r-- | gst/overlay/Makefile.am | 1 | ||||
-rw-r--r-- | gst/passthrough/Makefile.am | 1 | ||||
-rw-r--r-- | gst/playondemand/Makefile.am | 1 | ||||
-rw-r--r-- | gst/qtdemux/Makefile.am | 1 | ||||
-rw-r--r-- | gst/rtjpeg/Makefile.am | 1 | ||||
-rw-r--r-- | gst/smooth/Makefile.am | 1 | ||||
-rw-r--r-- | gst/smoothwave/Makefile.am | 1 | ||||
-rw-r--r-- | gst/smpte/Makefile.am | 1 | ||||
-rw-r--r-- | gst/spectrum/Makefile.am | 1 | ||||
-rw-r--r-- | gst/speed/Makefile.am | 1 | ||||
-rw-r--r-- | gst/stereo/Makefile.am | 1 | ||||
-rw-r--r-- | gst/vbidec/Makefile.am | 1 | ||||
-rw-r--r-- | gst/videocrop/Makefile.am | 1 | ||||
-rw-r--r-- | gst/virtualdub/Makefile.am | 1 | ||||
-rw-r--r-- | gst/y4m/Makefile.am | 1 |
27 files changed, 0 insertions, 28 deletions
diff --git a/gst/cdxaparse/Makefile.am b/gst/cdxaparse/Makefile.am index d07dc484..0c19c123 100644 --- a/gst/cdxaparse/Makefile.am +++ b/gst/cdxaparse/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = \ libgstcdxaparse.la diff --git a/gst/chart/Makefile.am b/gst/chart/Makefile.am index 90a1d085..89e36a27 100644 --- a/gst/chart/Makefile.am +++ b/gst/chart/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstchart.la diff --git a/gst/deinterlace/Makefile.am b/gst/deinterlace/Makefile.am index 2f64005b..5af2998b 100644 --- a/gst/deinterlace/Makefile.am +++ b/gst/deinterlace/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdeinterlace.la diff --git a/gst/festival/Makefile.am b/gst/festival/Makefile.am index e22ea029..d785fbe5 100644 --- a/gst/festival/Makefile.am +++ b/gst/festival/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstfestival.la diff --git a/gst/filter/Makefile.am b/gst/filter/Makefile.am index 77e7ff59..f19caa78 100644 --- a/gst/filter/Makefile.am +++ b/gst/filter/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstfilter.la diff --git a/gst/flx/Makefile.am b/gst/flx/Makefile.am index 7b64b425..fd742efa 100644 --- a/gst/flx/Makefile.am +++ b/gst/flx/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstflxdec.la diff --git a/gst/mixmatrix/Makefile.am b/gst/mixmatrix/Makefile.am index e858ae8a..a7690547 100755 --- a/gst/mixmatrix/Makefile.am +++ b/gst/mixmatrix/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libmixmatrix.la diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index 5eef5961..4738dbb1 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -1,7 +1,5 @@ SUBDIRS=libmodplug . -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ - plugin_LTLIBRARIES = libgstmodplug.la libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc diff --git a/gst/mpeg1sys/Makefile.am b/gst/mpeg1sys/Makefile.am index 2083e719..0bf31a86 100644 --- a/gst/mpeg1sys/Makefile.am +++ b/gst/mpeg1sys/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmpeg1systemencode.la diff --git a/gst/mpeg1videoparse/Makefile.am b/gst/mpeg1videoparse/Makefile.am index ed72691e..fea71428 100644 --- a/gst/mpeg1videoparse/Makefile.am +++ b/gst/mpeg1videoparse/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmp1videoparse.la diff --git a/gst/mpeg2sub/Makefile.am b/gst/mpeg2sub/Makefile.am index 14f1c7db..fc1c39dd 100644 --- a/gst/mpeg2sub/Makefile.am +++ b/gst/mpeg2sub/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmpeg2subt.la diff --git a/gst/mpegaudioparse/Makefile.am b/gst/mpegaudioparse/Makefile.am index 8b81fcc4..ece03b85 100644 --- a/gst/mpegaudioparse/Makefile.am +++ b/gst/mpegaudioparse/Makefile.am @@ -1,6 +1,5 @@ #FIXME clean me up a bit -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstmpegaudioparse.la libgstmp3types.la libgstmpegaudioparse_la_SOURCES = gstmpegaudioparse.c diff --git a/gst/overlay/Makefile.am b/gst/overlay/Makefile.am index 38eac4cc..cc66aff7 100644 --- a/gst/overlay/Makefile.am +++ b/gst/overlay/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstoverlay.la diff --git a/gst/passthrough/Makefile.am b/gst/passthrough/Makefile.am index 4d7581e0..72940923 100644 --- a/gst/passthrough/Makefile.am +++ b/gst/passthrough/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstpassthrough.la diff --git a/gst/playondemand/Makefile.am b/gst/playondemand/Makefile.am index af06bfdd..a9894c4b 100644 --- a/gst/playondemand/Makefile.am +++ b/gst/playondemand/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstplayondemand.la diff --git a/gst/qtdemux/Makefile.am b/gst/qtdemux/Makefile.am index e4339741..58c1df42 100644 --- a/gst/qtdemux/Makefile.am +++ b/gst/qtdemux/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstqtdemux.la diff --git a/gst/rtjpeg/Makefile.am b/gst/rtjpeg/Makefile.am index 740e27d6..60962e2e 100644 --- a/gst/rtjpeg/Makefile.am +++ b/gst/rtjpeg/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstrtjpeg.la diff --git a/gst/smooth/Makefile.am b/gst/smooth/Makefile.am index 31675bf5..3d0143e0 100644 --- a/gst/smooth/Makefile.am +++ b/gst/smooth/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsmooth.la diff --git a/gst/smoothwave/Makefile.am b/gst/smoothwave/Makefile.am index e70825e3..6dd55d9c 100644 --- a/gst/smoothwave/Makefile.am +++ b/gst/smoothwave/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsmoothwave.la diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am index b46ff76a..00d06bbc 100644 --- a/gst/smpte/Makefile.am +++ b/gst/smpte/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsmpte.la diff --git a/gst/spectrum/Makefile.am b/gst/spectrum/Makefile.am index 0d3a2034..1e9a6c77 100644 --- a/gst/spectrum/Makefile.am +++ b/gst/spectrum/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstspectrum.la diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index eee61a78..7062fa95 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstspeed.la diff --git a/gst/stereo/Makefile.am b/gst/stereo/Makefile.am index 1023b85d..b81e95dc 100644 --- a/gst/stereo/Makefile.am +++ b/gst/stereo/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgststereo.la diff --git a/gst/vbidec/Makefile.am b/gst/vbidec/Makefile.am index a7009ec5..9c3dcad6 100644 --- a/gst/vbidec/Makefile.am +++ b/gst/vbidec/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvbidec.la diff --git a/gst/videocrop/Makefile.am b/gst/videocrop/Makefile.am index 9c648969..81c41990 100644 --- a/gst/videocrop/Makefile.am +++ b/gst/videocrop/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvideocrop.la diff --git a/gst/virtualdub/Makefile.am b/gst/virtualdub/Makefile.am index 9c4b7d67..d02a0792 100644 --- a/gst/virtualdub/Makefile.am +++ b/gst/virtualdub/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvirtualdub.la diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am index c2928cce..3e20c172 100644 --- a/gst/y4m/Makefile.am +++ b/gst/y4m/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgsty4menc.la |