mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
10 lines
232 B
Makefile
10 lines
232 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)
|
||
|
|
||
|
noinst_HEADERS = gstfreeze.h
|
||
|
|