blob: 5aa8ab5dc9adf294ec0c562d55fad325a8245810 (
plain)
1
2
3
4
5
6
7
8
9
10
|
plugin_LTLIBRARIES = libgstteletextdec.la
libgstteletextdec_la_SOURCES = gstteletextdec.c
libgstteletextdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TELETEXTDEC_CFLAGS)
libgstteletextdec_la_LIBADD = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_LIBS) $(TELETEXTDEC_LIBS)
libgstteletextdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstteletextdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstteletextdec.h
|