diff libvo/Makefile @ 3189:217f564f29ff

summary handling was not correct (bugs found by Nilmoni Deb and Tibcu) DGA detection changed since it did not detect (patch by tibcu) changed vo_vesa building to behave as the other vo_*
author pl
date Wed, 28 Nov 2001 17:52:25 +0000
parents 107d9e9e5bd1
children 922241968c63
line wrap: on
line diff
--- a/libvo/Makefile	Wed Nov 28 17:41:23 2001 +0000
+++ b/libvo/Makefile	Wed Nov 28 17:52:25 2001 +0000
@@ -6,12 +6,6 @@
 SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c
 OBJS=$(SRCS:.c=.o)
 
-ifeq ($(TARGET_ARCH_X86),yes)
-ifeq ($(TARGET_OS),Linux)
-SRCS += vo_vesa.c vesa_lvo.c
-endif
-endif
-
 CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) -DMPG12PLAY #-Wall
 # -I/usr/X11R6/include/