CVS: main/liba52 Makefile,1.8,1.9
Update of /cvsroot/mplayer/main/liba52 In directory mail:/var/tmp.root/cvs-serv2138/liba52 Modified Files: Makefile Log Message: Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se> Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/liba52/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile 27 Jan 2003 21:47:24 -0000 1.8 +++ Makefile 11 Aug 2003 20:52:50 -0000 1.9 @@ -7,13 +7,6 @@ OBJS = $(SRCS:.c=.o) CFLAGS = $(MLIB_INC) $(OPTFLAGS) -ifeq ($(TARGET_ALTIVEC),yes) -ifeq ($(TARGET_OS),Darwin) - CFLAGS+= -faltivec -else - CFLAGS+= -maltivec -mabi=altivec -endif -endif .SUFFIXES: .c .o
participants (1)
-
Alex Beregszaszi