diff libvo/Makefile @ 2869:107d9e9e5bd1

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.
author nick
date Tue, 13 Nov 2001 17:13:33 +0000
parents ae79207a3055
children 217f564f29ff
line wrap: on
line diff
--- a/libvo/Makefile	Tue Nov 13 17:11:26 2001 +0000
+++ b/libvo/Makefile	Tue Nov 13 17:13:33 2001 +0000
@@ -8,7 +8,7 @@
 
 ifeq ($(TARGET_ARCH_X86),yes)
 ifeq ($(TARGET_OS),Linux)
-SRCS += vo_vesa.c
+SRCS += vo_vesa.c vesa_lvo.c
 endif
 endif