Mercurial > mplayer.hg
diff libswscale/Makefile @ 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 | 534282370162 |
children | 63979c96cca5 |
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)