changeset 69:da928d224953 libavutil

replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use of gnu extensions
author mru
date Thu, 13 Jul 2006 23:10:01 +0000
parents f3cf989e2a99
children 57690086d387
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jul 13 21:41:28 2006 +0000
+++ b/Makefile	Thu Jul 13 23:10:01 2006 +0000
@@ -5,7 +5,7 @@
 
 # NOTE: -I.. is needed to include config.h
 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. \
-       -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
+       -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
 
 OBJS= mathematics.o \
       rational.o \