Reimar DĂśffinger wrote: > the attached patch replaces the current int/unsigned/long mess in the > postproc files by int_fast32_t. On many (broken) 64-bit systems int_fast32_t is just defined as int32_t, which is slower than long. Why dont you just use long, it is at least 32-bit on all systems. Zoli