mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mimic, opencv, vp8, acmmp3dec, linsys: Don't build static plugins
Pass --tag=disable-static to libtool everywhere where it's been forgotten https://bugzilla.gnome.org/show_bug.cgi?id=663768
This commit is contained in:
parent
a08b3bfa23
commit
61cc352902
5 changed files with 5 additions and 2 deletions
|
@ -5,5 +5,6 @@ libgstmimic_la_SOURCES = gstmimic.c gstmimdec.c gstmimenc.c
|
|||
libgstmimic_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(MIMIC_CFLAGS)
|
||||
libgstmimic_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(MIMIC_LIBS)
|
||||
libgstmimic_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmimic_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstmimdec.h gstmimenc.h
|
||||
|
|
|
@ -36,6 +36,7 @@ libgstopencv_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(OPENCV_LIBS) \
|
|||
$(GSTPB_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR)
|
||||
|
||||
libgstopencv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstopencv_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = gstopencvvideofilter.h gstopencvutils.h \
|
||||
|
|
|
@ -18,6 +18,7 @@ libgstvp8_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ -lgstvideo-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
|
||||
libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvp8_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstvp8dec.h \
|
||||
|
|
|
@ -11,4 +11,4 @@ libgstacmmp3dec_la_LIBADD = \
|
|||
-lgsttag-$(GST_MAJORMINOR) \
|
||||
-lmsacm32
|
||||
libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
|
||||
|
||||
libgstacmmp3dec_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
|
@ -23,4 +23,4 @@ libgstlinsys_la_CFLAGS = \
|
|||
libgstlinsys_la_LDFLAGS = \
|
||||
$(GST_PLUGIN_LDFLAGS)
|
||||
libgstlinsys_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstlinsys_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue