[Ffmpeg-devel] Need -maltivec in addition to -faltivec for OSX

Steven M. Schultz sms
Wed Aug 10 01:43:21 CEST 2005


Hi -

	Ok - now that the other changes have been addressed
	here's the remaining (single line) change for ./configure  as
	a patch by itself.

	Cheers,
	Steven Schultz

-------------- next part --------------
--- configure.dist	2005-08-09 16:41:08.000000000 -0700
+++ configure	2005-08-09 16:41:42.000000000 -0700
@@ -736,7 +736,7 @@
 if test $cpu = "powerpc"; then
     if test $altivec = "yes"; then
         if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
-            CFLAGS="$CFLAGS -faltivec"
+            CFLAGS="$CFLAGS -faltivec -maltivec"
         else
             CFLAGS="$CFLAGS -maltivec -mabi=altivec"
         fi



More information about the ffmpeg-devel mailing list