Dolevo Jay <cmst@...> writes: > Do I lose a lot of decoding performance because > of --disable-yasm option?
If you are compiling for x86 (either 32 or 64bit), you should definitely compile with yasm for performance reasons. Many optimisations have been ported from inline assembly to yasm over the last years. (yasm cannot be used when compiling for other hardware.) --disable-asm is relevant for all (most) platforms, you should never use it except for debugging (as with --disable-yasm), if you have any problems when not using it, please report them either here or on trac. Please understand the project is called "FFmpeg", find the current version at http://ffmpeg.org/download.html Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
