mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
10 lines
279 B
Makefile
10 lines
279 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstflvdemux.la
|
||
|
|
||
|
libgstflvdemux_la_CFLAGS = ${GST_CFLAGS}
|
||
|
libgstflvdemux_la_LIBADD = $(GST_BASE_LIBS)
|
||
|
libgstflvdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||
|
libgstflvdemux_la_SOURCES = gstflvdemux.c gstflvparse.c
|
||
|
|
||
|
noinst_HEADERS = gstflvdemux.h gstflvparse.h
|