# HG changeset patch # User mosu # Date 1062957987 0 # Node ID c2bc178d109c01459445c50ea51ebc7ac40798ee # Parent 93e7f28d836c8ffa97912cf7cb31f01cb580e00a Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Gtz Waschk diff -r 93e7f28d836c -r c2bc178d109c configure --- a/configure Sun Sep 07 17:49:56 2003 +0000 +++ b/configure Sun Sep 07 18:06:27 2003 +0000 @@ -4242,7 +4242,7 @@ 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"