summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 17:13:33 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 17:13:33 +0000
commit016fb92762382df1523d296e621da5ed8838aef4 (patch)
tree621557f2215d43207b1616fabed8008dbe5b8157 /libvo/Makefile
parent318f5e60d412add2ab4d6b1b8045ba0e20aa437c (diff)
downloadmpv-016fb92762382df1523d296e621da5ed8838aef4.tar.bz2
mpv-016fb92762382df1523d296e621da5ed8838aef4.tar.xz
New video output technique Linux Video Overlay:
-vo vesa:lvo:drv_name (for example -vo vesa:lvo:/dev/radeon_vid or -vo vesa:lvo:/dev/mga_vid) Note: You don't need to have graphics screen before loading xxx_vid driver vo_vesa will switch to graphics mode before using of xxx_vid driver. So you can traditional start it from text-mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2870 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 71bba44293..e582919622 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -8,7 +8,7 @@ OBJS=$(SRCS:.c=.o)
ifeq ($(TARGET_ARCH_X86),yes)
ifeq ($(TARGET_OS),Linux)
-SRCS += vo_vesa.c
+SRCS += vo_vesa.c vesa_lvo.c
endif
endif