mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 05:52:37 +00:00
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
|
|
|