[MPlayer-cvslog] r19597 - trunk/configure
Nico Sabbi
nicola_sabbi at fastwebnet.it
Thu Aug 31 00:32:31 CEST 2006
Diego Biurrun wrote:
>On Tue, Aug 29, 2006 at 11:09:58PM +0200, nicodvb wrote:
>
>
>>--- trunk/configure (original)
>>+++ trunk/configure Tue Aug 29 23:09:58 2006
>>@@ -5175,7 +5175,8 @@
>>- test "$_dvdnavvsn" -ge 0110 && cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
>>+ _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2`
>>+ test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
>>
>>
>
>Please break such horribly long lines.
>
>Diego
>
>
done
More information about the MPlayer-cvslog
mailing list