diff -Naur MPlayer-20051212.orig/configure MPlayer-20051212/configure --- MPlayer-20051212.orig/configure 2005-12-13 01:06:27.000000000 +0100 +++ MPlayer-20051212/configure 2005-12-13 01:54:51.000000000 +0100 @@ -5503,6 +5503,7 @@ if test "$_theora" = yes ; then _def_theora='#define HAVE_OGGTHEORA 1' _codecmodules="libtheora $_codecmodules" + test -z "$_ld_theora" && _ld_theora="-ltheora -logg" else _def_theora='#undef HAVE_OGGTHEORA' _nocodecmodules="libtheora $_nocodecmodules"