From 225896dc0cd85334757177a7458ba00bdd9ed669 Mon Sep 17 00:00:00 2001 From: pl Date: Wed, 28 Nov 2001 17:52:25 +0000 Subject: 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_* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3190 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index e582919622..6a59e36d33 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -6,12 +6,6 @@ LIBNAME = libvo.a 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/ -- cgit v1.2.3