mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
11 lines
435 B
Makefile
11 lines
435 B
Makefile
|
plugin_LTLIBRARIES = libgstteletextdec.la
|
||
|
|
||
|
libgstteletextdec_la_SOURCES = gstteletextdec.c teletext.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 = --tag=disable-static
|
||
|
|
||
|
noinst_HEADERS = gstteletextdec.h
|