allyourcodebase / ffmpeg

FFmpeg Zig package
Other
179 stars 24 forks source link

enable nasm object files #3

Closed andrewrk closed 1 year ago

andrewrk commented 1 year ago

currently ffmpeg is built "crippled" which is the adjective the ffmpeg maintainers use for when nasm is not available and the C versions of some optimized routines are used instead of the nasm code.

this issue is to use nasm to compile these objects and thereby "uncripple" the build.