summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-17 18:24:50 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-17 18:24:50 +0000
commit0200273d7928034b5d96a77514ed976ab1324aaf (patch)
tree46519924f2a227fd41aa45b21461f00779111159 /libvo/Makefile
parent6225db192c7f5963062c19dd7ebe79591035f9f7 (diff)
downloadmpv-0200273d7928034b5d96a77514ed976ab1324aaf.tar.bz2
mpv-0200273d7928034b5d96a77514ed976ab1324aaf.tar.xz
vo_vesa support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2245 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile3
1 files changed, 3 insertions, 0 deletions
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