gstreamer/gst/tta/Makefile.am
Tim-Philipp Müller 699452ef31 Remove obsolete Android build cruft
This is not needed any longer.
2015-04-26 18:59:32 +01:00

14 lines
355 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) $(LIBM)
libgsttta_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgsttta_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)