Skip to content

meson: Define CONFIG_xBPC to 0 for the bitdepths that aren't enabled

This fixes warnings like these, if not all bitdepths are enabled:

../src/decode.c: In function ‘dav1d_submit_frame’: ../src/decode.c:2825:5: warning: "CONFIG_10BPC" is not defined [-Wundef] #if CONFIG_10BPC

Highighting @ePirat

Merge request reports