mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.
Original commit message from CVS: * gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.
This commit is contained in:
parent
4194e04a46
commit
d6ca4483a8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/tta/Makefile.am:
|
||||
Link tta plugin with libm. Fixes bug #517391.
|
||||
|
||||
2008-02-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* sys/dvb/camutils.c:
|
||||
|
|
|
@ -8,5 +8,5 @@ noinst_HEADERS = gstttaparse.h gstttadec.h \
|
|||
ttadec.h crc32.h filters.h
|
||||
|
||||
libgsttta_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgsttta_la_LIBADD = $(GST_LIBS)
|
||||
libgsttta_la_LIBADD = $(GST_LIBS) $(LIBM)
|
||||
libgsttta_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue