aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-08-17 16:32:08 +0000
committerDiego Biurrun <diego@biurrun.de>2006-08-17 16:32:08 +0000
commit7981555d89c16850201a0eda2aca6dc5400cf275 (patch)
tree715b5d1eb149dff860a0c32827afbc345f0b744f /libavcodec
parenta9f9cc7cc13f838298c392ea2a95294ddc402538 (diff)
downloadffmpeg-7981555d89c16850201a0eda2aca6dc5400cf275.tar.gz
Move all internal -I parameters to the front of CFLAGS to avoid using external
header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 80f2201c14..89f4c402c2 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -5,7 +5,7 @@
include ../config.mak
# NOTE: -I.. is needed to include config.h
-CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \
+CFLAGS=-DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS)
OBJS= bitstream.o utils.o allcodecs.o \