[FFmpeg-devel] [PATCH] avcodec/h2645_sei: allow building h2645_sei without

dev at lbguilherme.com dev at lbguilherme.com
Sat May 10 10:20:27 EEST 2025


Hello,

This is my first time sending a patch here, please let me know if I got the process wrong.

I was building a minimal libav for WebAssembly with Emscripten, with only H264 and AAC. It fails unless I also enable other configs that would increase code size.
Seems like someone forgot to guard a call with a config macro. This patch adds it, just like the other occurrences in this same file. Everything works fine after that.

Thanks!


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avcodec-h2645_sei-allow-building-h2645_sei-without-C.patch
Type: application/octet-stream
Size: 710 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250510/47965b68/attachment.obj>


More information about the ffmpeg-devel mailing list