diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-31 12:17:00 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-31 12:17:00 +0000 |
commit | 7bcefb3382ff28894560e0caed8697e8aa8a3f5a (patch) | |
tree | 5d505838209764f10abf91e52fc1b431176b87d1 /src | |
parent | 9933f7b36c7e2218888d40b577ec93952015d1c3 (diff) | |
download | xine-lib-7bcefb3382ff28894560e0caed8697e8aa8a3f5a.tar.gz xine-lib-7bcefb3382ff28894560e0caed8697e8aa8a3f5a.tar.bz2 |
Link against libm (missing symbols).
CVS patchset: 8479
CVS date: 2006/12/31 12:17:00
Diffstat (limited to 'src')
-rw-r--r-- | src/input/vcd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am index deb30e78f..98903aac8 100644 --- a/src/input/vcd/Makefile.am +++ b/src/input/vcd/Makefile.am @@ -18,7 +18,7 @@ xineplug_inp_vcd_la_LDFLAGS = -avoid-version -module if HAVE_VCDNAV xineplug_inp_vcd_la_LIBADD = $(XINE_LIB) $(LIBVCDINFO_LIBS) else -xineplug_inp_vcd_la_LIBADD = $(XINE_LIB) $(LIBVCD_LIBS) $(LIBVCDINFO_LIBS) +xineplug_inp_vcd_la_LIBADD = $(XINE_LIB) $(LIBVCD_LIBS) $(LIBVCDINFO_LIBS) -lm endif endif |