[Mplayer-cvslog] CVS: main/libfame Makefile,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Sun Mar 17 15:25:31 CET 2002
Update of /cvsroot/mplayer/main/libfame
In directory mplayer:/var/tmp.root/cvs-serv5035
Modified Files:
Makefile
Log Message:
MMX fixed
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libfame/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 13 Mar 2002 01:14:04 -0000 1.1
+++ Makefile 17 Mar 2002 14:25:29 -0000 1.2
@@ -5,7 +5,11 @@
SRCS = cpuflags.c fame.c fame_decoder_mpeg.c fame_encoder_mpeg.c fame_motion.c fame_motion_fourstep.c fame_motion_none.c fame_motion_pmvfast.c fame_profile_mpeg.c fame_profile_mpeg1.c fame_profile_mpeg4_shape.c fame_profile_mpeg4_simple.c fame_rate.c fame_shape.c fame_syntax_mpeg1.c fame_syntax_mpeg4.c
OBJS = $(SRCS:.c=.o)
-CFLAGS = -fexpensive-optimizations -funroll-loops $(OPTFLAGS) -DHAS_MMX -DHAS_BSWAP -DPACKAGE=\"libfame\" -DVERSION=\"0.8.9\" -I.
+CFLAGS = -fexpensive-optimizations -funroll-loops $(OPTFLAGS) -DHAS_BSWAP -DPACKAGE=\"libfame\" -DVERSION=\"0.8.9\" -I.
+
+ifeq ($(TARGET_MMX),yes)
+CFLAGS += -DHAS_MMX
+endif
.SUFFIXES: .c .o
More information about the MPlayer-cvslog
mailing list