diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-16 15:06:55 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-16 15:06:55 +0000 |
commit | e3cf903b81c8789244cc2a2b083e9a71b1dcbea8 (patch) | |
tree | 2a788d51e35b1e15a183f819d4f52977f987f9a8 /gst | |
parent | 01203f7ac0b3c56b219bf44be8e34cb615f3094f (diff) | |
download | gst-plugins-bad-e3cf903b81c8789244cc2a2b083e9a71b1dcbea8.tar.gz gst-plugins-bad-e3cf903b81c8789244cc2a2b083e9a71b1dcbea8.tar.bz2 gst-plugins-bad-e3cf903b81c8789244cc2a2b083e9a71b1dcbea8.zip |
Don't install static libs for plugins. Fixes #550851 for base.
Original commit message from CVS:
* ext/alsa/Makefile.am:
* ext/cdparanoia/Makefile.am:
* ext/gio/Makefile.am:
* ext/gnomevfs/Makefile.am:
* ext/libvisual/Makefile.am:
* ext/ogg/Makefile.am:
* ext/pango/Makefile.am:
* ext/theora/Makefile.am:
* ext/vorbis/Makefile.am:
* gst/adder/Makefile.am:
* gst/audioconvert/Makefile.am:
* gst/audiorate/Makefile.am:
* gst/audioresample/Makefile.am:
* gst/audiotestsrc/Makefile.am:
* gst/ffmpegcolorspace/Makefile.am:
* gst/gdp/Makefile.am:
* gst/playback/Makefile.am:
* gst/subparse/Makefile.am:
* gst/tcp/Makefile.am:
* gst/typefind/Makefile.am:
* gst/videorate/Makefile.am:
* gst/videoscale/Makefile.am:
* gst/videotestsrc/Makefile.am:
* gst/volume/Makefile.am:
* sys/v4l/Makefile.am:
* sys/ximage/Makefile.am:
* sys/xvimage/Makefile.am:
Don't install static libs for plugins. Fixes #550851 for base.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/audioresample/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/audioresample/Makefile.am b/gst/audioresample/Makefile.am index f9c4c52c..cacde0f4 100644 --- a/gst/audioresample/Makefile.am +++ b/gst/audioresample/Makefile.am @@ -19,3 +19,5 @@ libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES) libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS) libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS) libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static + |