2005-08-16 14:04:39 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdv.la
|
2001-12-23 16:42:33 +00:00
|
|
|
|
2010-06-04 19:09:23 +00:00
|
|
|
libgstdv_la_SOURCES = gstdv.c gstdvdec.c gstdvdemux.c gstsmptetimecode.c
|
2010-03-18 21:14:17 +00:00
|
|
|
libgstdv_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBDV_CFLAGS)
|
2006-06-11 13:57:19 +00:00
|
|
|
libgstdv_la_LIBADD = \
|
2012-04-04 12:33:23 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) \
|
2012-02-06 21:13:53 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBDV_LIBS)
|
2005-09-23 04:23:00 +00:00
|
|
|
libgstdv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstdv_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-23 16:42:33 +00:00
|
|
|
|
2009-09-30 17:06:07 +00:00
|
|
|
noinst_HEADERS = gstdvdemux.h gstdvdec.h gstsmptetimecode.h
|
2001-12-23 16:42:33 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = NOTES
|
2009-09-13 19:20:23 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = smpte_test
|
|
|
|
|
|
|
|
smpte_test_SOURCES = smpte_test.c gstsmptetimecode.c
|
|
|
|
smpte_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LIBDV_CFLAGS)
|
|
|
|
smpte_test_LDADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
|