diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-11 08:30:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-11 08:30:13 +0000 |
commit | dadb850a50f75cc9149e394878c2341e73f58770 (patch) | |
tree | 20e807294ef8838212bbaf553739c5c6ca8366e4 /libavformat/Makefile | |
parent | a33fe57287e242e0e78b76c663f09c3afac3ccce (diff) | |
download | ffmpeg-dadb850a50f75cc9149e394878c2341e73f58770.tar.gz |
Move CFLAGS handling to common.mak.
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 00048892ee..4cebcf865d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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 |