mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
ef7b89f382
Original commit message from CVS: freeze plugin ported to 0.10 by Renato Filho <renato.filho@indt.org.br>
11 lines
251 B
Makefile
11 lines
251 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
|
|
|
|
EXTRA_DIST = FAQ
|
|
|