summaryrefslogtreecommitdiffstats
path: root/ext/dv/Makefile.am
blob: 6eb2014de7d7ed209599658d23cf224c3d80c80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugin_LTLIBRARIES = libgstdv.la

libgstdv_la_SOURCES = gstdv.c gstdvdec.c gstdvdemux.c
libgstdv_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LIBDV_CFLAGS)
libgstdv_la_LIBADD = \
	$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
	 $(GST_BASE_LIBS) $(LIBDV_LIBS)
libgstdv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdv_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = gstdvdemux.h gstdvdec.h

EXTRA_DIST = NOTES