mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
10 lines
305 B
Makefile
10 lines
305 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
|
|
libgstnuvdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstnuvdemux.h
|