summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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