mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
10 lines
251 B
Makefile
10 lines
251 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstnuvdemux.la
|
||
|
|
||
|
libgstnuvdemux_la_CFLAGS = ${GST_CFLAGS}
|
||
|
libgstnuvdemux_la_LIBADD = $(GST_BASE_LIBS)
|
||
|
libgstnuvdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||
|
libgstnuvdemux_la_SOURCES = gstnuvdemux.c
|
||
|
|
||
|
noinst_HEADERS = gstnuvdemux.h
|