There was a fallback value for libtheora linker flags, but it was never added

to the right variable that collects linker flags.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22917 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-06 09:22:28 +00:00
parent c8cb753c7b
commit 3099d0da16
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5820,7 +5820,7 @@ if test "$_theora" = yes ; then
_codecmodules="libtheora $_codecmodules"
# when --enable-theora is forced, we'd better provide a probably sane
# $_ld_theora than nothing
test -z "$_ld_theora" && _ld_theora="-ltheora -logg"
test -z "$_ld_theora" && _ld_extra="$_ld_extra -ltheora -logg"
else
_def_theora='#undef HAVE_OGGTHEORA'
_nocodecmodules="libtheora $_nocodecmodules"