From f6a2ee782d1631fc2e3b587061d2f1e8f020c632 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 30 Dec 2006 20:28:23 +0000 Subject: Link against libm (missing symbols). CVS patchset: 8477 CVS date: 2006/12/30 20:28:23 --- src/liba52/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liba52') 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) -- cgit v1.2.3