[Mplayer-cvslog] CVS: main/libmpeg2 Makefile,1.10,1.11
Alex Beregszaszi
alex at mplayerhq.hu
Mon Aug 11 22:52:58 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_tinterlace.c,NONE,1.1 Makefile,1.102,1.103 vf.c,1.86,1.87
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.270,1.271 configure,1.746,1.747
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var/tmp.root/cvs-serv2138/libmpeg2
Modified Files:
Makefile
Log Message:
Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm at opensource.se>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile 9 Jun 2003 12:11:09 -0000 1.10
+++ Makefile 11 Aug 2003 20:52:53 -0000 1.11
@@ -10,11 +10,6 @@
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
ifeq ($(TARGET_ALTIVEC),yes)
-ifeq ($(TARGET_OS),Darwin)
-CFLAGS += -faltivec
-else
-CFLAGS += -maltivec -mabi=altivec
-endif
SRCS += motion_comp_altivec.c idct_altivec.c
endif
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_tinterlace.c,NONE,1.1 Makefile,1.102,1.103 vf.c,1.86,1.87
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.270,1.271 configure,1.746,1.747
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list