summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-10 00:01:58 +0000
committerDavid Schleef <ds@schleef.org>2003-08-10 00:01:58 +0000
commit37fe79eef22570af7f0cab1f6fe9bd1dcfaf7e45 (patch)
treeb2c0f6986457c71cebebf8bf802d7233facd631e /gst
parent4b1e65ddacc635584cc4fffd70efe683fd7a78cc (diff)
Remove redundant plugindir definition
Original commit message from CVS: Remove redundant plugindir definition
Diffstat (limited to 'gst')
-rw-r--r--gst/auparse/Makefile.am1
-rw-r--r--gst/avi/Makefile.am1
-rw-r--r--gst/cutter/Makefile.am1
-rw-r--r--gst/debug/Makefile.am1
-rw-r--r--gst/effectv/Makefile.am1
-rw-r--r--gst/flx/Makefile.am1
-rw-r--r--gst/goom/Makefile.am1
-rw-r--r--gst/law/Makefile.am1
-rw-r--r--gst/level/Makefile.am1
-rw-r--r--gst/median/Makefile.am1
-rw-r--r--gst/monoscope/Makefile.am1
-rw-r--r--gst/qtdemux/Makefile.am1
-rw-r--r--gst/rtp/Makefile.am1
-rw-r--r--gst/smoothwave/Makefile.am1
-rw-r--r--gst/smpte/Makefile.am1
-rw-r--r--gst/spectrum/Makefile.am1
-rw-r--r--gst/udp/Makefile.am1
-rw-r--r--gst/videocrop/Makefile.am1
-rw-r--r--gst/videofilter/Makefile.am1
-rw-r--r--gst/videoflip/Makefile.am1
-rw-r--r--gst/wavenc/Makefile.am1
-rw-r--r--gst/wavparse/Makefile.am1
22 files changed, 0 insertions, 22 deletions
diff --git a/gst/auparse/Makefile.am b/gst/auparse/Makefile.am
index 69d1b499..1a5ced96 100644
--- a/gst/auparse/Makefile.am
+++ b/gst/auparse/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstauparse.la
diff --git a/gst/avi/Makefile.am b/gst/avi/Makefile.am
index 1fce33a4..68abc449 100644
--- a/gst/avi/Makefile.am
+++ b/gst/avi/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = \
libgstavimux.la \
diff --git a/gst/cutter/Makefile.am b/gst/cutter/Makefile.am
index cd3d8329..ec1a0ac4 100644
--- a/gst/cutter/Makefile.am
+++ b/gst/cutter/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstcutter.la
diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am
index 6bcf345e..91210cc6 100644
--- a/gst/debug/Makefile.am
+++ b/gst/debug/Makefile.am
@@ -1,4 +1,3 @@
-plugindir= $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstefence.la
diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am
index 29643513..e4668aeb 100644
--- a/gst/effectv/Makefile.am
+++ b/gst/effectv/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgsteffectv.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/goom/Makefile.am b/gst/goom/Makefile.am
index 205bbdf6..5fafbde2 100644
--- a/gst/goom/Makefile.am
+++ b/gst/goom/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstgoom.la
diff --git a/gst/law/Makefile.am b/gst/law/Makefile.am
index a8a9d6dd..2a0648f7 100644
--- a/gst/law/Makefile.am
+++ b/gst/law/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstalaw.la libgstmulaw.la
diff --git a/gst/level/Makefile.am b/gst/level/Makefile.am
index 5bc89dc5..507454d5 100644
--- a/gst/level/Makefile.am
+++ b/gst/level/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstlevel.la
diff --git a/gst/median/Makefile.am b/gst/median/Makefile.am
index 94a6ae45..b73d4b0e 100644
--- a/gst/median/Makefile.am
+++ b/gst/median/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstmedian.la
diff --git a/gst/monoscope/Makefile.am b/gst/monoscope/Makefile.am
index da0a288e..7f50915e 100644
--- a/gst/monoscope/Makefile.am
+++ b/gst/monoscope/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstmonoscope.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/rtp/Makefile.am b/gst/rtp/Makefile.am
index 83bcbd31..b705d6be 100644
--- a/gst/rtp/Makefile.am
+++ b/gst/rtp/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstrtp.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/udp/Makefile.am b/gst/udp/Makefile.am
index e43ed889..3871d714 100644
--- a/gst/udp/Makefile.am
+++ b/gst/udp/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstudp.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/videofilter/Makefile.am b/gst/videofilter/Makefile.am
index 148e79e8..73fb9175 100644
--- a/gst/videofilter/Makefile.am
+++ b/gst/videofilter/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstvideofilter.la libgstvideoflip.la \
libgstvideobalance.la
diff --git a/gst/videoflip/Makefile.am b/gst/videoflip/Makefile.am
index ad9b7a9e..fac6d92d 100644
--- a/gst/videoflip/Makefile.am
+++ b/gst/videoflip/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstvideoflip.la
diff --git a/gst/wavenc/Makefile.am b/gst/wavenc/Makefile.am
index b198bc3b..a7afdd42 100644
--- a/gst/wavenc/Makefile.am
+++ b/gst/wavenc/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstwavenc.la
diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am
index 8e8bfe5a..dfd9d61a 100644
--- a/gst/wavparse/Makefile.am
+++ b/gst/wavparse/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstwavparse.la