[MPlayer-cvslog] r20057 - trunk/libswscale/Makefile

diego subversion at mplayerhq.hu
Thu Oct 5 00:18:40 CEST 2006


Author: diego
Date: Thu Oct  5 00:18:40 2006
New Revision: 20057

Modified:
   trunk/libswscale/Makefile

Log:
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.


Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Thu Oct  5 00:18:40 2006
@@ -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)



More information about the MPlayer-cvslog mailing list