mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
fcc3db73a3
No need to hide certain function in the docs. Allows to do more cleanups.
9 lines
329 B
Makefile
9 lines
329 B
Makefile
plugin_LTLIBRARIES = libgstflv.la
|
|
|
|
libgstflv_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstflv_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstflv_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
|
libgstflv_la_SOURCES = gstflvdemux.c gstflvmux.c
|
|
libgstflv_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstflvdemux.h gstflvmux.h
|