1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

darwin patches by Heliodoro Tammaro <helio at interactives dot org>

Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2002-08-21 19:18:02 +00:00
parent f8e891a97c
commit 90cee0c351
4 changed files with 23 additions and 3 deletions

View File

@@ -7,7 +7,11 @@ include config.mak
VPATH=$(SRC_PATH)
CFLAGS= $(OPTFLAGS) -Wall -g -I. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libav -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
ifeq ($(CONFIG_DARWIN),yes)
LDFLAGS+= -g -d
else
LDFLAGS+= -g -Wl,--warn-common
endif
ifeq ($(TARGET_GPROF),yes)
CFLAGS+=-p