comparison libvo/Makefile @ 11765:e0b096f0e640

linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr> no idea whether this really works :)
author attila
date Sat, 10 Jan 2004 09:48:15 +0000
parents 5b9e66e50cdc
children e03ae519f344
comparison
equal deleted inserted replaced
11764:129caea8bebc 11765:e0b096f0e640
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.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall 13 CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
14 14
15 .SUFFIXES: .c .o 15 .SUFFIXES: .c .o
16 16
17 # .PHONY: all clean 17 # .PHONY: all clean
18 18