From 0200273d7928034b5d96a77514ed976ab1324aaf Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 17 Oct 2001 18:24:50 +0000 Subject: vo_vesa support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2245 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libvo/Makefile') diff --git a/libvo/Makefile b/libvo/Makefile index aca39573fc..4c2e0a18f6 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -8,6 +8,9 @@ OBJS=$(SRCS:.c=.o) ifeq ($(TARGET_ARCH_X86),yes) SRCS += rgb15to16mmx.c yuv2rgb_mmx.c +ifeq ($(TARGET_OS),Linux) +SRCS += vo_vesa.c ../linux/lrmi.c ../linux/vbelib.c +endif endif CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(MLIB_INC) -DMPG12PLAY #-Wall -- cgit v1.2.3