# HG changeset patch # User alex # Date 1007570952 0 # Node ID dcd2bb2e69ef242a041a8fee332abacf8a38a658 # Parent c8adf1374d4212116a8cdabe5b50cd754c021b78 added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;) diff -r c8adf1374d42 -r dcd2bb2e69ef Makefile --- a/Makefile Wed Dec 05 16:48:36 2001 +0000 +++ b/Makefile Wed Dec 05 16:49:12 2001 +0000 @@ -28,7 +28,7 @@ OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader -Ilibvo $(EXTRA_INC) # -Wall -VO_LIBS = -Llibvo -lvo $(X_LIB) $(DXR3_LIB) $(GGI_LIB) $(MLIB_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB) $(AA_LIB) +VO_LIBS = -Llibvo -lvo $(X_LIB) $(DXR3_LIB) $(GGI_LIB) $(MLIB_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB) $(AA_LIB) $(DIRECTFB_LIB) ifeq ($(VO2),yes) CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader -Ilibvo2 $(EXTRA_INC) # -Wall VO_LIBS = -Llibvo2 -lvo2 $(X_LIB) $(DXR3_LIB) $(GGI_LIB) $(MLIB_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB)