From 5b0d96c6b48482bc434d735b35089bbfc8751742 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Oct 2004 01:15:53 +0000 Subject: Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/Makefile') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 508d576358..922ed8bf4b 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -7,7 +7,7 @@ OBJS = sr1.o 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 -- cgit v1.2.3