1plugin_LTLIBRARIES = libgstflv.la
2
3libgstflv_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
4libgstflv_la_LIBADD = -lgstpbutils-@GST_API_VERSION@ -lgstaudio-@GST_API_VERSION@ \
5        -lgstvideo-@GST_API_VERSION@ -lgsttag-$(GST_API_VERSION) \
6	$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
7libgstflv_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
8libgstflv_la_SOURCES = gstflvdemux.c gstflvmux.c
9
10noinst_HEADERS = gstflvdemux.h gstflvmux.h amfdefs.h gstindex.h
11
12EXTRA_DIST = gstindex.c gstmemindex.c
13