View Single Post
Old 16th August 2010, 19:54   #35  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,348
Quote:
Originally Posted by roozhou View Post
@nevcairiel
CPU type is determined by -march in --extra-cflags. I use "-march=athlon-xp -mfpmath=sse" and it will run on Pentium3, Athlon-xp and all later CPUs. "--disable-encoders --disable-runtime-cpudetect --disable-asm" will greatly reduce binary size.
Thanks! I already had encoders disabled, and turning off asm and runtime-cputdetect made the files about 10% smaller again. Its still a total of over 4MB though.
nevcairiel is offline   Reply With Quote