summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-06 11:22:40 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-06 11:22:40 +0000
commitdfe91abaa222060b78bfe48add1225e083209911 (patch)
tree220e45b8aa9a455075b527d9ded702ace4647903 /libvo/Makefile
parentadbc62c736e514f39a5652bbc1ff1c4b124a236f (diff)
downloadmpv-dfe91abaa222060b78bfe48add1225e083209911.tar.bz2
mpv-dfe91abaa222060b78bfe48add1225e083209911.tar.xz
Move yuv2rgb to postprocess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 7964492963..71bba44293 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -3,17 +3,16 @@ include config.mak
LIBNAME = libvo.a
-SRCS=aspect.c aclib.c osd.c font_load.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c
+SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c
OBJS=$(SRCS:.c=.o)
ifeq ($(TARGET_ARCH_X86),yes)
-SRCS += yuv2rgb_mmx.c
ifeq ($(TARGET_OS),Linux)
SRCS += vo_vesa.c
endif
endif
-CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(MLIB_INC) $(DVB_INC) -DMPG12PLAY #-Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) -DMPG12PLAY #-Wall
# -I/usr/X11R6/include/
.SUFFIXES: .c .o