summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
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 /libavutil/Makefile
parenta9f9cc7cc13f838298c392ea2a95294ddc402538 (diff)
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 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 55d1f2b330..5b78adc53b 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -4,7 +4,7 @@
include ../config.mak
# NOTE: -I.. is needed to include config.h
-CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. \
+CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. $(OPTFLAGS) \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
OBJS= mathematics.o \