tags 405926 + patch thanks If ffmpeg is configured with --disable-altivec then there's no segfault. This is what the attached patch does.
There seems to be several altivec-related problems in different packages currently. People might want to keep an eye on bugs like #404876 .... Patch attached. -- Regards, Andreas Henriksson
--- ffmpeg-0.cvs20060823/debian/rules 2007-01-18 17:04:42.000000000 +0100 +++ ffmpeg-0.cvs20060823-fixed/debian/rules 2007-01-18 15:54:51.000000000 +0100 @@ -7,6 +7,10 @@ export DEB_BUILD_GNU_TYPE ?= $(shell dpk confflags += --enable-gpl --enable-pp --enable-pthreads confflags += --enable-vorbis --enable-libogg --enable-a52 --enable-dts --enable-libgsm +ifneq (, $(findstring powerpc, $(DEB_HOST_GNU_TYPE))) + confflags += --disable-altivec +endif + ifneq (,$(findstring linux,$(DEB_HOST_GNU_TYPE))) confflags += --enable-dc1394 lib1394-dev = libraw1394-dev, libdc1394-13-dev