From: David Schleef Date: Sun, 10 Aug 2003 00:01:58 +0000 (+0000) Subject: Remove redundant plugindir definition X-Git-Tag: 1.19.3~511^2~15292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0228717f04a600a7b2d4722c106a6d29fc4c2379;p=platform%2Fupstream%2Fgstreamer.git Remove redundant plugindir definition Original commit message from CVS: Remove redundant plugindir definition --- diff --git a/examples/gob/Makefile.am b/examples/gob/Makefile.am index 4709f0a..7abde4d 100644 --- a/examples/gob/Makefile.am +++ b/examples/gob/Makefile.am @@ -1,6 +1,4 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ - plugin_LTLIBRARIES = libgstidentity2.la GOB_FILES_ID = gst-identity2.c gst-identity2.h gst-identity2-private.h diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am index d8f5e99..47e0311 100644 --- a/ext/alsa/Makefile.am +++ b/ext/alsa/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstalsa.la diff --git a/ext/cdparanoia/Makefile.am b/ext/cdparanoia/Makefile.am index 08de410..8db0f8c 100644 --- a/ext/cdparanoia/Makefile.am +++ b/ext/cdparanoia/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstcdparanoia.la diff --git a/ext/gnomevfs/Makefile.am b/ext/gnomevfs/Makefile.am index aa6e6e9..263f70e 100644 --- a/ext/gnomevfs/Makefile.am +++ b/ext/gnomevfs/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstgnomevfssrc.la libgstgnomevfssink.la diff --git a/ext/pango/Makefile.am b/ext/pango/Makefile.am index 5304729..2ec7e4e 100644 --- a/ext/pango/Makefile.am +++ b/ext/pango/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ #PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 #PANGO_LDFLAGS = -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 diff --git a/ext/vorbis/Makefile.am b/ext/vorbis/Makefile.am index 4c91a2e..11e1b53 100644 --- a/ext/vorbis/Makefile.am +++ b/ext/vorbis/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvorbis.la diff --git a/gst/adder/Makefile.am b/gst/adder/Makefile.am index 5210118..afa47ef 100644 --- a/gst/adder/Makefile.am +++ b/gst/adder/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstadder.la diff --git a/gst/audioconvert/Makefile.am b/gst/audioconvert/Makefile.am index ce24472..9b83fe1 100644 --- a/gst/audioconvert/Makefile.am +++ b/gst/audioconvert/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstaudioconvert.la diff --git a/gst/audioscale/Makefile.am b/gst/audioscale/Makefile.am index bdc3a19..1a71e10 100644 --- a/gst/audioscale/Makefile.am +++ b/gst/audioscale/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstaudioscale.la diff --git a/gst/sine/Makefile.am b/gst/sine/Makefile.am index 0c9fbbd..84cecea 100644 --- a/gst/sine/Makefile.am +++ b/gst/sine/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstsinesrc.la diff --git a/gst/tcp/Makefile.am b/gst/tcp/Makefile.am index 0230cf8..3801134 100644 --- a/gst/tcp/Makefile.am +++ b/gst/tcp/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgsttcp.la diff --git a/gst/videoscale/Makefile.am b/gst/videoscale/Makefile.am index bfee28b..79adf6a 100644 --- a/gst/videoscale/Makefile.am +++ b/gst/videoscale/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvideoscale.la diff --git a/gst/videotestsrc/Makefile.am b/gst/videotestsrc/Makefile.am index 5d9f280..a1f04bb 100644 --- a/gst/videotestsrc/Makefile.am +++ b/gst/videotestsrc/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvideotestsrc.la diff --git a/gst/volume/Makefile.am b/gst/volume/Makefile.am index 56ab272..cf8919e 100644 --- a/gst/volume/Makefile.am +++ b/gst/volume/Makefile.am @@ -1,4 +1,3 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstvolume.la diff --git a/tests/old/examples/gob/Makefile.am b/tests/old/examples/gob/Makefile.am index 4709f0a..7abde4d 100644 --- a/tests/old/examples/gob/Makefile.am +++ b/tests/old/examples/gob/Makefile.am @@ -1,6 +1,4 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ - plugin_LTLIBRARIES = libgstidentity2.la GOB_FILES_ID = gst-identity2.c gst-identity2.h gst-identity2-private.h