diff libvo/Makefile @ 2556:71934dc06490

Using new stuff of rgb15to16
author nick
date Tue, 30 Oct 2001 17:04:31 +0000
parents 96803377ad53
children 8286ce06dfa1
line wrap: on
line diff
--- a/libvo/Makefile	Tue Oct 30 17:03:11 2001 +0000
+++ b/libvo/Makefile	Tue Oct 30 17:04:31 2001 +0000
@@ -7,7 +7,7 @@
 OBJS=$(SRCS:.c=.o)
 
 ifeq ($(TARGET_ARCH_X86),yes)
-SRCS += rgb15to16mmx.c yuv2rgb_mmx.c
+SRCS += yuv2rgb_mmx.c
 ifeq ($(TARGET_OS),Linux)
 SRCS += vo_vesa.c
 endif