summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-11 08:30:13 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-11 08:30:13 +0000
commitdadb850a50f75cc9149e394878c2341e73f58770 (patch)
tree20e807294ef8838212bbaf553739c5c6ca8366e4 /libavcodec
parenta33fe57287e242e0e78b76c663f09c3afac3ccce (diff)
Move CFLAGS handling to common.mak.
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index da5236ea99..3193e749d0 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -4,8 +4,7 @@
#
include ../config.mak
-CFLAGS=-DHAVE_AV_CONFIG_H -I$(BUILD_ROOT) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
- -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS)
+CFLAGS+=$(AMR_CFLAGS)
OBJS= bitstream.o \
utils.o \