[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.38,1.39
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Oct 28 03:15:55 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv9525/mp3lib
Modified Files:
Makefile
Log Message:
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- Makefile 24 Jun 2004 12:52:16 -0000 1.38
+++ Makefile 28 Oct 2004 01:15:53 -0000 1.39
@@ -7,7 +7,7 @@
ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
OPTFLAGS := $(OPTFLAGS:-O4=-O0)
endif
-CFLAGS = $(OPTFLAGS) $(EXTRA_INC)
+CFLAGS = -I.. $(OPTFLAGS) $(EXTRA_INC)
ifeq ($(TARGET_ARCH_X86),yes)
SRCS += decode_i586.c
OBJS += decode_i586.o
More information about the MPlayer-cvslog
mailing list