summaryrefslogtreecommitdiff
path: root/m4/theora.m4
diff options
context:
space:
mode:
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"