mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
11 lines
245 B
Makefile
11 lines
245 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstvideodrop.la
|
||
|
|
||
|
libgstvideodrop_la_SOURCES = \
|
||
|
gstvideodrop.c
|
||
|
libgstvideodrop_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstvideodrop_la_LIBADD =
|
||
|
libgstvideodrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstvideodrop.h
|