diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-13 18:10:25 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-10-13 18:10:25 +0000 |
commit | 793cdeb8801c3d08459bc0bd908f620e3e5ce1a1 (patch) | |
tree | 958e578e1a138a94e425b9f89cfc3b05167c6e4b /gst/dvdlpcmdec | |
parent | 62d483656b5f171a9a05f2c8e4bf5790ca8e7013 (diff) |
Don't install static libs for plugins. Fixes #550851 for ugly.
Original commit message from CVS:
* ext/a52dec/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/cdio/Makefile.am:
* ext/dvdnav/Makefile.am:
* ext/dvdread/Makefile.am:
* ext/lame/Makefile.am:
* ext/mad/Makefile.am:
* ext/mpeg2dec/Makefile.am:
* ext/sidplay/Makefile.am:
* gst/ac3parse/Makefile.am:
* gst/asfdemux/Makefile.am:
* gst/dvdlpcmdec/Makefile.am:
* gst/dvdsub/Makefile.am:
* gst/iec958/Makefile.am:
* gst/mpegaudioparse/Makefile.am:
* gst/mpegstream/Makefile.am:
* gst/realmedia/Makefile.am:
* gst/synaesthesia/Makefile.am:
Don't install static libs for plugins. Fixes #550851 for ugly.
Diffstat (limited to 'gst/dvdlpcmdec')
-rw-r--r-- | gst/dvdlpcmdec/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/dvdlpcmdec/Makefile.am b/gst/dvdlpcmdec/Makefile.am index d88772b1..7ecdb257 100644 --- a/gst/dvdlpcmdec/Makefile.am +++ b/gst/dvdlpcmdec/Makefile.am @@ -5,5 +5,6 @@ libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c libgstdvdlpcmdec_la_CFLAGS = $(GST_CFLAGS) libgstdvdlpcmdec_la_LIBADD = $(GST_LIBS) libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstdvdlpcmdec_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstdvdlpcmdec.h |