You've already forked FFmpeg
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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user