summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-12-25 18:38:15 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-12-25 18:38:15 +0000
commit69d69e3637078ca684b036fd505137be037db8fe (patch)
tree691c1386d52588fe4791a5d8de42a251c48160bd /src
parentfe54f9ca1da10981a470bc13f188c96b4dc96d2d (diff)
downloadxine-lib-69d69e3637078ca684b036fd505137be037db8fe.tar.gz
xine-lib-69d69e3637078ca684b036fd505137be037db8fe.tar.bz2
The faad decoding plugin uses math functions, link it to libm.
CVS patchset: 8450 CVS date: 2006/12/25 18:38:15
Diffstat (limited to 'src')
-rw-r--r--src/libfaad/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfaad/Makefile.am b/src/libfaad/Makefile.am
index cef72a4ce..dcc57792a 100644
--- a/src/libfaad/Makefile.am
+++ b/src/libfaad/Makefile.am
@@ -55,7 +55,7 @@ xineplug_decode_faad_la_SOURCES = \
xine_decoder.c
xineplug_decode_faad_la_LDFLAGS = -avoid-version -module
-xineplug_decode_faad_la_LIBADD = $(XINE_LIB)
+xineplug_decode_faad_la_LIBADD = -lm $(XINE_LIB)
noinst_HEADERS = \
analysis.h \