changeset 20051:4b066db32976

FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
author diego
date Wed, 04 Oct 2006 22:18:40 +0000
parents 72bdfcad9fda
children 33c40d61bf33
files libswscale/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Wed Oct 04 21:53:00 2006 +0000
+++ b/libswscale/Makefile	Wed Oct 04 22:18:40 2006 +0000
@@ -10,7 +10,7 @@
 # NOTE: -I.. is needed to include config.h
 CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
        -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-       -D_GNU_SOURCE
+       -D_ISOC9X_SOURCE
 
 OBJS= swscale.o rgb2rgb.o yuv2rgb.o
 ifeq ($(TARGET_ALTIVEC),yes)