mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
12 lines
324 B
Makefile
12 lines
324 B
Makefile
|
plugin_LTLIBRARIES = libgstimagefreeze.la
|
||
|
|
||
|
libgstimagefreeze_la_SOURCES = gstimagefreeze.c
|
||
|
|
||
|
libgstimagefreeze_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstimagefreeze_la_LIBADD = $(GST_LIBS)
|
||
|
libgstimagefreeze_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
libgstimagefreeze_la_LIBTOOLFLAGS = --tag=disable-static
|
||
|
|
||
|
noinst_HEADERS = gstimagefreeze.h
|
||
|
|