summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 07:34:41 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 07:34:41 +0000
commit8e91467d3afba74c4d9ba17fc824ade28e04301d (patch)
treef0095d3933f21a0fcf88f26c472482c7dfa72e0c /libvo
parentafc072423684b7ea8ecbde8b25c39c75803ad742 (diff)
downloadmpv-8e91467d3afba74c4d9ba17fc824ade28e04301d.tar.bz2
mpv-8e91467d3afba74c4d9ba17fc824ade28e04301d.tar.xz
Independed compilation of SUBDIRS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 4c2e0a18f6..192e200b00 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -9,7 +9,7 @@ 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
+SRCS += vo_vesa.c
endif
endif