mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Move CFLAGS handling to common.mak.
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
#
|
||||
include ../config.mak
|
||||
|
||||
CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
|
||||
$(OPTFLAGS) -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \
|
||||
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
|
||||
CFLAGS+=-I$(SRC_PATH)/libavcodec
|
||||
|
||||
OBJS= utils.o cutils.o os_support.o allformats.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user