Mercurial > mplayer.hg
diff libvo/Makefile @ 2732:ae79207a3055
Move yuv2rgb to postprocess
author | nick |
---|---|
date | Tue, 06 Nov 2001 11:22:40 +0000 |
parents | a44484066941 |
children | 107d9e9e5bd1 |
line wrap: on
line diff
--- a/libvo/Makefile Tue Nov 06 11:21:43 2001 +0000 +++ b/libvo/Makefile Tue Nov 06 11:22:40 2001 +0000 @@ -3,17 +3,16 @@ 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