summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-12-30 19:54:32 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-12-30 19:54:32 +0000
commit4995b2206abf464ee7442f44be56867a1199cd6a (patch)
tree36229240d72d1fd4173eb2cd7abfcd9a2b1fd5f5
parent427f87b8cd6826719174fd977461e03eb2eb80a2 (diff)
downloadxine-lib-4995b2206abf464ee7442f44be56867a1199cd6a.tar.gz
xine-lib-4995b2206abf464ee7442f44be56867a1199cd6a.tar.bz2
Link against libm (missing symbols).
CVS patchset: 8476 CVS date: 2006/12/30 19:54:32
-rw-r--r--src/dxr3/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am
index 53d798bb9..8bf9c9427 100644
--- a/src/dxr3/Makefile.am
+++ b/src/dxr3/Makefile.am
@@ -44,7 +44,7 @@ xineplug_vo_out_dxr3_la_SOURCES = \
dxr3_scr.c \
video_out_dxr3.c
-xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) $(XINE_LIB) $(DYNAMIC_LD_LIBS)
+xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) $(XINE_LIB) $(DYNAMIC_LD_LIBS) -lm
xineplug_vo_out_dxr3_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module