libfame is not usable on a recent GCC. Symptoms include this error: /usr/local/lib/libfame.so: undefined reference to `_mmx_one' A fix has been posted to http://www.linuxfromscratch.org/blfs/downloads/svn/libfame-0.9.1-gcc34-1.patch This upgrade adds two patches to files/ named patch-src:half_sse.h and patch-src:half_mmx.h How-To-Repeat: Try to compile transcode with GCC 3.4 and libfame 0.9.1 without patches: configure:38689: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/compat/linux/usr/include/divx -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -lz -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lfame >&5 /usr/local/lib/libfame.so: undefined reference to `_mmx_one' configure:38695: $? = 1 configure: failed program was: .. works as expected with the provided patch
State Changed From-To: open->closed Committed, thanks1