mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
13 lines
319 B
Makefile
13 lines
319 B
Makefile
|
plugin_LTLIBRARIES = libgsttta.la
|
||
|
|
||
|
libgsttta_la_SOURCES = gsttta.c \
|
||
|
gstttaparse.c \
|
||
|
gstttadec.c
|
||
|
|
||
|
noinst_HEADERS = gstttaparse.h gstttadec.h \
|
||
|
ttadec.h crc32.h filters.h
|
||
|
|
||
|
libgsttta_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgsttta_la_LIBADD = $(GST_LIBS)
|
||
|
libgsttta_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|