Mercurial > mplayer.hg
changeset 22899:515545f81186
There was a fallback value for libtheora linker flags, but it was never added
to the right variable that collects linker flags.
author | diego |
---|---|
date | Fri, 06 Apr 2007 09:22:28 +0000 |
parents | b5b63e82bb3e |
children | a9e111b88c4a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Apr 05 16:33:54 2007 +0000 +++ b/configure Fri Apr 06 09:22:28 2007 +0000 @@ -5820,7 +5820,7 @@ _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"