summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-07 18:06:27 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-07 18:06:27 +0000
commitc01ef34722fa36f6f0935819225067e384754ccf (patch)
treee2aaa19b8369bac90885ea94a8becee7a8f7d8c7 /configure
parentc8b56ea70b2d6617520140fdba1aa0c1336bfdfe (diff)
downloadmpv-c01ef34722fa36f6f0935819225067e384754ccf.tar.bz2
mpv-c01ef34722fa36f6f0935819225067e384754ccf.tar.xz
Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Götz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10838 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3e1af6ea6c..91b0e008a4 100755
--- a/configure
+++ b/configure
@@ -4242,7 +4242,7 @@ fi
if test "$_theora" = yes ; then
_def_theora='#define HAVE_OGGTHEORA 1'
_codecmodules="libtheora $_codecmodules"
- _ld_theora="-ltheora"
+ _ld_theora="-ltheora -logg"
else
_def_theora='#undef HAVE_OGGTHEORA'
_nocodecmodules="libtheora $_nocodecmodules"