mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6f8ce30c20
Based on patch by Fabien Lebaillif-Delamare <fabien@arq-media.com> Fixes #636621.
10 lines
413 B
Makefile
10 lines
413 B
Makefile
plugin_LTLIBRARIES = libgstflv.la
|
|
|
|
libgstflv_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstflv_la_LIBADD = -lgstpbutils-@GST_MAJORMINOR@ \
|
|
$(GST_PLUGINS_BASE_LIBS) $(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
|