mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
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
This commit is contained in:
parent
7fd265a7a1
commit
777938e190
@ -10,7 +10,7 @@ endif
|
|||||||
# NOTE: -I.. is needed to include config.h
|
# NOTE: -I.. is needed to include config.h
|
||||||
CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
|
CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
|
||||||
-DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
|
-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
|
OBJS= swscale.o rgb2rgb.o yuv2rgb.o
|
||||||
ifeq ($(TARGET_ALTIVEC),yes)
|
ifeq ($(TARGET_ALTIVEC),yes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user