[Mplayer-cvslog] CVS: main/libvo Makefile,1.10,1.11
Jürgen Keil
jkeil at mplayer.dev.hu
Thu Jul 12 17:35:54 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv21650/libvo
Modified Files:
Makefile
Log Message:
Add some preliminary support for non-x86 architectures to mplayer
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile 26 Jun 2001 23:15:57 -0000 1.10
+++ Makefile 12 Jul 2001 15:35:52 -0000 1.11
@@ -3,8 +3,12 @@
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/
More information about the MPlayer-cvslog
mailing list