Hi there, I want to make a suggestion... Why don't you create a --disable-all flag so that only the most basic and necessary things get compiled? For example, if a only need H.263 functions I could make something like: --disable-all --enable-encoder=h263 --enable-decoder=h263 --enable-parser=h263 ... What to you think?