Thomas Steffen wrote: > I think it should be possible to include the 32bit codecs in a 64bit > process using some "linking glue". Not really. Having different pointer-widths in the same code is extremely difficult to do. This is why you have to have a chroot for 32bit applications with the exact same libraries as your 64-bit ones. Adam