summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-08-17 17:19:56 +0000
committerDiego Biurrun <diego@biurrun.de>2006-08-17 17:19:56 +0000
commit751b9004793c28a50ff6acd4d3981e0cbb530b88 (patch)
tree33812b1fc55ac08aea69179c5c5c0c95e36850a9 /libswscale/Makefile
parent0c7bb0e5b69a4aa7ec915a4f2a6a2e98118038b0 (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. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com Originally committed as revision 19426 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 38a33e20a6..a28c67c8dc 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -9,7 +9,7 @@ EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
endif
# NOTE: -I.. is needed to include config.h
-CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
+CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
-DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-D_GNU_SOURCE