diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 18:37:17 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 18:37:17 +0000 |
commit | fe54f9ca1da10981a470bc13f188c96b4dc96d2d (patch) | |
tree | aeb7fb3cfa3391e45111ee630e1e2f6f40b32700 | |
parent | 405f1b981b60db61ff20a44927abcae679dd42bb (diff) | |
download | xine-lib-fe54f9ca1da10981a470bc13f188c96b4dc96d2d.tar.gz xine-lib-fe54f9ca1da10981a470bc13f188c96b4dc96d2d.tar.bz2 |
The nsf decoding plugin uses math functions, link it to libm.
CVS patchset: 8449
CVS date: 2006/12/25 18:37:17
-rw-r--r-- | src/libxineadec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index edd259f8f..7f34b4bfd 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -20,7 +20,7 @@ xineplug_decode_gsm610_la_LIBADD = \ xineplug_decode_nsf_la_SOURCES = nsf.c xineplug_decode_nsf_la_CFLAGS = $(VISIBILITY_FLAG) -DNSF_PLAYER -fno-strict-aliasing xineplug_decode_nsf_la_LDFLAGS = -avoid-version -module -xineplug_decode_nsf_la_LIBADD = \ +xineplug_decode_nsf_la_LIBADD = -lm \ $(XINE_LIB) \ $(top_builddir)/src/libxineadec/nosefart/libnosefart.la |