diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-30 20:28:23 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-30 20:28:23 +0000 |
commit | f6a2ee782d1631fc2e3b587061d2f1e8f020c632 (patch) | |
tree | 09f978bb052f43004abfc61b1ae2d9497eb65ec4 /src/liba52 | |
parent | 4995b2206abf464ee7442f44be56867a1199cd6a (diff) | |
download | xine-lib-f6a2ee782d1631fc2e3b587061d2f1e8f020c632.tar.gz xine-lib-f6a2ee782d1631fc2e3b587061d2f1e8f020c632.tar.bz2 |
Link against libm (missing symbols).
CVS patchset: 8477
CVS date: 2006/12/30 20:28:23
Diffstat (limited to 'src/liba52')
-rw-r--r-- | src/liba52/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am index 40532479f..f296a0ef3 100644 --- a/src/liba52/Makefile.am +++ b/src/liba52/Makefile.am @@ -26,7 +26,7 @@ xineplug_decode_a52_la_SOURCES = \ if EXTERNAL_A52DEC xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -la52 -lm else -xineplug_decode_a52_la_LIBADD = $(XINE_LIB) +xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -lm endif xineplug_decode_a52_la_CFLAGS = $(VISIBILITY_FLAG) |