mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
freeze: don't build plugin static lib
Pass --tag=disable-static to libtool like we do for other plugins. Fixes #587023.
This commit is contained in:
parent
78a12a37a3
commit
1ab8c008f3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue