[MPlayer-dev-eng] [PATCH] typo in configure (21165)

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Nov 22 12:55:44 CET 2006


Hi!

Theora autodetection was broken in 21165.
Attached patch fixes the issue for me.

Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure	(Revision 21165)
+++ configure	(Arbeitskopie)
@@ -5679,7 +5679,7 @@
 EOF
   for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do
     cc_check $_ld_theora && _ld_extra="$_ld_extra $_ld_theora" \
-                         && theora=yes && break
+                         && _theora=yes && break
   done
   if test "$_theora" = no && test "$_tremor_internal" = yes; then
     for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do


More information about the MPlayer-dev-eng mailing list