comparison libvo/Makefile @ 8136:1831ce784783

fixed order of includes. there is /usr/local/include[/freetype/freetype.h] and /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess!
author arpi
date Sun, 10 Nov 2002 13:12:53 +0000
parents 732a8bfc7681
children efb6dcac967d
comparison
equal deleted inserted replaced
8135:66aac20bb35a 8136:1831ce784783
8 8
9 ifeq ($(VIDIX),yes) 9 ifeq ($(VIDIX),yes)
10 SRCS += vosub_vidix.c 10 SRCS += vosub_vidix.c
11 endif 11 endif
12 12
13 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(DIRECTFB_INC) $(FREETYPE_INC) -DMPG12PLAY #-Wall 13 CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
14 ifeq ($(VIDIX),yes) 14 ifeq ($(VIDIX),yes)
15 CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"' 15 CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"'
16 endif 16 endif
17 # -I/usr/X11R6/include/ 17 # -I/usr/X11R6/include/
18 18