changeset 10837:c2bc178d109c

Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Gtz Waschk <waschk@informatik.uni-rostock.de>
author mosu
date Sun, 07 Sep 2003 18:06:27 +0000
parents 93e7f28d836c
children 6a96649b235f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"