From 777938e190da5d01f2d01ef8a01afd0ab879424c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 4 Oct 2006 22:18:40 +0000
Subject: [PATCH] FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.

Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
---
 libswscale/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/Makefile b/libswscale/Makefile
index f75b791d1e9..ae667cb1119 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -10,7 +10,7 @@ endif
 # 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)
-- 
GitLab