mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
d6ca4483a8
Original commit message from CVS: * gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.
12 lines
327 B
Makefile
12 lines
327 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)
|