From 3099d0da16505cbc0aaab34f9299404e9ec19241 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 6 Apr 2007 09:22:28 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8c578aa75a..bdb95784ee 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3