summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-05 16:49:12 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-05 16:49:12 +0000
commit1530f0c84bce43f787ae8d2e927dd7421585adff (patch)
treedbdb668722870d9103819c17d4045ed7fcda18db /Makefile
parent05fb621fda9860cd0b599d8cf3c71c36f6c3f5b1 (diff)
downloadmpv-1530f0c84bce43f787ae8d2e927dd7421585adff.tar.bz2
mpv-1530f0c84bce43f787ae8d2e927dd7421585adff.tar.xz
added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3339 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d7707ce47..d9e22a13b8 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ SRCS_MPLAYER = mplayer.c ima4.c xacodec.c cpudetect.c mp_msg.c ac3-iec958.c find
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)