[Mplayer-cvslog] CVS: main configure,1.588,1.589
Alex Beregszaszi
alex at mplayerhq.hu
Tue Oct 29 15:46:03 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv2933
Modified Files:
configure
Log Message:
lzo support means external liblzo support (as mplayer contains minilzo)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -r1.588 -r1.589
--- configure 28 Oct 2002 19:30:29 -0000 1.588
+++ configure 29 Oct 2002 14:45:46 -0000 1.589
@@ -155,7 +155,7 @@
--enable-gif enable gif89a output support [autodetect]
--enable-png enable png input/output support [autodetect]
--enable-jpeg enable jpeg input/output support [autodetect]
- --enable-lzo enable lzo input support [autodetect]
+ --enable-lzo enable liblzo input support [autodetect]
--disable-win32 disable Win32 DLL support [autodetect]
--disable-dshow disable Win32/DirectShow support [autodetect]
--disable-xanim disable XAnim DLL support [autodetect]
@@ -3431,7 +3431,7 @@
fi
-echocheck "lzo support"
+echocheck "liblzo support"
if test "$_lzo" = auto ; then
_lzo=no
cat > $TMPC << EOF
More information about the MPlayer-cvslog
mailing list