mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
1ab8c008f3
Pass --tag=disable-static to libtool like we do for other plugins. Fixes #587023.
10 lines
284 B
Makefile
10 lines
284 B
Makefile
plugin_LTLIBRARIES = libgstfreeze.la
|
|
|
|
libgstfreeze_la_SOURCES = gstfreeze.c
|
|
libgstfreeze_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstfreeze_la_LIBADD = ${GST_LIBS}
|
|
libgstfreeze_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstfreeze_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstfreeze.h
|
|
|