ffmpeg-the-third icon indicating copy to clipboard operation
ffmpeg-the-third copied to clipboard

Use clang for inspecting macros instead of compiling the binary.

Open nsabovic opened this issue 1 year ago • 0 comments

This allows cross-compilation and is simpler and faster as it doesn't touch the filesystem. It's a complete rewrite of check_features() so it's easier just to read it rather than the diff.

nsabovic avatar Oct 19 '23 22:10 nsabovic