Mercurial > mplayer.hg
diff libvo/Makefile @ 1309:598e3047ce13
Add some preliminary support for non-x86 architectures to mplayer
author | jkeil |
---|---|
date | Thu, 12 Jul 2001 15:35:52 +0000 |
parents | dfccdda074e5 |
children | ce8e8c342004 |
line wrap: on
line diff
--- a/libvo/Makefile Thu Jul 12 15:30:15 2001 +0000 +++ b/libvo/Makefile Thu Jul 12 15:35:52 2001 +0000 @@ -3,9 +3,13 @@ LIBNAME = libvo.a -SRCS=aclib.c osd.c font_load.c rgb15to16mmx.c yuv2rgb_mmx.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_odivx.c x11_common.c $(OPTIONAL_SRCS) +SRCS=aclib.c osd.c font_load.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_odivx.c x11_common.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) +ifeq ($(TARGET_ARCH_X86),yes) +SRCS += rgb15to16mmx.c yuv2rgb_mmx.c +endif + CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) -DMPG12PLAY # -I/usr/X11R6/include/