[Mplayer-cvslog] CVS: main/libfame Makefile,1.2,1.3
Arpi of Ize
arpi at mplayer.dev.hu
Sun Mar 17 15:54:52 CET 2002
Update of /cvsroot/mplayer/main/libfame
In directory mplayer:/var/tmp.root/cvs-serv13245
Modified Files:
Makefile
Log Message:
HAS_BSWAP fix
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libfame/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 17 Mar 2002 14:25:29 -0000 1.2
+++ Makefile 17 Mar 2002 14:54:49 -0000 1.3
@@ -5,10 +5,13 @@
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_BSWAP -DPACKAGE=\"libfame\" -DVERSION=\"0.8.9\" -I.
+CFLAGS = -fexpensive-optimizations -funroll-loops $(OPTFLAGS) -DPACKAGE=\"libfame\" -DVERSION=\"0.8.9\" -I.
ifeq ($(TARGET_MMX),yes)
CFLAGS += -DHAS_MMX
+endif
+ifeq ($(TARGET_ARCH_X86),yes)
+CFLAGS += -DHAS_BSWAP
endif
.SUFFIXES: .c .o
More information about the MPlayer-cvslog
mailing list