--- trunk/xvidcore/build/generic/Makefile.linuxppc_altivec 2002/04/03 14:17:05 98 +++ trunk/xvidcore/build/generic/Makefile.linuxppc_altivec 2002/04/03 14:19:50 99 @@ -27,6 +27,9 @@ #CFLAGS += -Wall -g AS = as +# if GNU as choke on Altivec instructions, try to comment the previous +# line, and uncomment the next one. +# AS = as -mvec %.o: %.s $(AS) $< -o $@