Re: [FFmpeg-devel] [PATCH] avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 features

2023-02-04 Thread Leo Izen
On 2/4/23 18:28, Leo Izen wrote: > Since many distributions ship libjxl 0.7.0 still, we'd still prefer to > compile against that, but don't want to lose the features that require > libjxl 0.8.0 or greater. For this reason I've added preprocessor #ifdef > guards around the features that aren't

[FFmpeg-devel] [PATCH] avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 features

2023-02-04 Thread Leo Izen
Since many distributions ship libjxl 0.7.0 still, we'd still prefer to compile against that, but don't want to lose the features that require libjxl 0.8.0 or greater. For this reason I've added preprocessor #ifdef guards around the features that aren't necessarily in libjxl 0.7.0. Signed-off-by: