summaryrefslogtreecommitdiff
path: root/m4/theora.m4
diff options
context:
space:
mode:
authorRocky Bernstein <rockyb@users.sourceforge.net>2004-02-19 02:50:24 +0000
committerRocky Bernstein <rockyb@users.sourceforge.net>2004-02-19 02:50:24 +0000
commit5cb036aff44c2ff274ec38b28382245c5f695689 (patch)
treeb55f5f42c0cf359faddca2c2724bd41e626f8cdf /m4/theora.m4
parent8aec8d2b5344d4f748755cfb328fd811a8bfc526 (diff)
downloadxine-lib-5cb036aff44c2ff274ec38b28382245c5f695689.tar.gz
xine-lib-5cb036aff44c2ff274ec38b28382245c5f695689.tar.bz2
Mandrake patches from
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
Diffstat (limited to 'm4/theora.m4')
-rw-r--r--m4/theora.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/theora.m4 b/m4/theora.m4
index f6aa7be79..d62547ee4 100644
--- a/m4/theora.m4
+++ b/m4/theora.m4
@@ -16,7 +16,7 @@ AC_ARG_ENABLE(theoratest, [ --disable-theoratest Do not try to compile an
if test x$theora_prefix != x ; then
theora_args="$theora_args --prefix=$theora_prefix"
THEORA_CFLAGS="-I$theora_prefix/include"
- THEORA_LIBDIR="-L$theora_prefix/lib"
+ THEORA_LIBDIR="-L$theora_prefix/$XINE_LIBNAME"
fi
THEORA_LIBS="$THEORA_LIBDIR -ltheora -lm"