[Mplayer-cvslog] CVS: main Makefile,1.114,1.115

Alex Beregszaszi alex at mplayer.dev.hu
Wed Dec 5 17:49:15 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv14116

Modified Files:
	Makefile 
Log Message:
added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- Makefile	4 Dec 2001 23:10:59 -0000	1.114
+++ Makefile	5 Dec 2001 16:49:12 -0000	1.115
@@ -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)




More information about the MPlayer-cvslog mailing list