[MPlayer-cvslog] r22742 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Mar 19 01:10:38 CET 2007
Author: diego
Date: Mon Mar 19 01:10:38 2007
New Revision: 22742
Modified:
trunk/Makefile
Log:
Move -I. to the front of CFLAGS, works around problems with headers from
other projects having the same names as MPlayer ones.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Mar 19 01:10:38 2007
@@ -6,7 +6,7 @@
include config.mak
-CFLAGS = $(OPTFLAGS) -I.
+CFLAGS = -I. $(OPTFLAGS)
CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil
CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec
More information about the MPlayer-cvslog
mailing list