[MPlayer-cvslog] r25584 - trunk/configure
    Rich Felker 
    dalias at aerifal.cx
       
    Thu Jan  3 04:47:47 CET 2008
    
    
  
On Wed, Jan 02, 2008 at 07:32:55PM +0100, diego wrote:
> Author: diego
> Date: Wed Jan  2 19:32:55 2008
> New Revision: 25584
> 
> Log:
> Use _ISOC99_SOURCE instead of _GNU_SOURCE.
I wonder if using -D_POSIX_C_SOURCE=200112L would be more correct.
_ISOC99_SOURCE is purely a GNUism, but _POSIX_C_SOURCE is actually
specified by POSIX, and POSIX (2001 ver) is a superset of C99.
Rich
    
    
More information about the MPlayer-cvslog
mailing list