Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libvo/Makefile Sat Jan 10 09:10:52 2004 +0000 +++ b/libvo/Makefile Sat Jan 10 09:48:15 2004 +0000 @@ -10,7 +10,7 @@ SRCS += vosub_vidix.c endif -CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall +CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall .SUFFIXES: .c .o