[MPlayer-cvslog] r26106 - trunk/configure
    Jan Knutar 
    jknutar at nic.fi
       
    Thu Mar  6 16:36:40 CET 2008
    
    
  
On Wednesday 27 February 2008 01:24, diego wrote:
> Log:
> Default to disabling VIDIX on platforms where it is not known to
> work.
> +  x86 && linux || freebsd || netbsd || openbsd || sunos || win32 \
> +    && _vidix_internal=yes
This doesn't do what you meant. You meant something like:
x86 && ( linux || freebsd || netbsd || openbsd || sunos || win32 ) \
  && _vidix_internal=yes
Is parenthesis allowed in configure, btw?
    
    
More information about the MPlayer-cvslog
mailing list