required for i18n+-lintl (found by Nexus)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9330 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-02-07 22:47:48 +00:00
parent 673b43e3c5
commit 4d99e4f99a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ SRCS=af.c af_mp.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -Wall
CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
.SUFFIXES: .c .o
.c.o:

View File

@ -12,7 +12,7 @@ SRCS += lrmi.c vbelib.c
endif
endif
CFLAGS = $(OPTFLAGS) -I. -I..
CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC)
# -I/usr/X11R6/include/
.SUFFIXES: .c .o