Codebase list ffmpeg / 0820ab8
d/control: Add support for JPEG-XL. Closes: #1023646 Mathieu Malaterre 1 year, 5 months ago
2 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
8080 libavc1394-dev [linux-any],
8181 # --enable-libjack
8282 libjack-jackd2-dev,
83 # --enable-libjxl
84 libjxl-dev [!alpha !hppa !powerpc !ppc64 !s390x !sparc64],
8385 # --enable-lv2
8486 liblilv-dev,
8587 # autodetected for the tiff decoder
8383 # disable sndio, it's pulled in via libopenal-dev and autodetected
8484 CONFIG += --disable-sndio
8585
86 # avoid libjxl on big-endian for now
87 ifeq (,$(filter big,$(DEB_HOST_ARCH_ENDIAN)))
88 CONFIG += --enable-libjxl
89 endif
90
8691 # avoid pocketsphinx on mips (bug#812335), alpha, ia64 and big-endian (bug#968456)
8792 ifeq (,$(filter mips% alpha ia64,$(DEB_HOST_ARCH))$(filter big,$(DEB_HOST_ARCH_ENDIAN)))
8893 CONFIG += --enable-pocketsphinx