Skip to content

Commit

Permalink
#4023 don't warn if dec_avif is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 6, 2023
1 parent 0042735 commit 3d919bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#these codecs may well not load because we
#do not require the libraries to be installed
NOWARN = ["nvenc", "nvdec", "enc_nvjpeg", "dec_nvjpeg", "nvfbc", "dec_openh264", "enc_ffmpeg", "enc_gstreamer", "dec_gstreamer", "csc_cython"]
NOWARN = ["nvenc", "nvdec", "enc_nvjpeg", "dec_nvjpeg", "nvfbc", "dec_openh264", "enc_ffmpeg", "enc_gstreamer", "dec_gstreamer", "csc_cython", "dec_avif"]

SELFTEST = envbool("XPRA_CODEC_SELFTEST", True)
FULL_SELFTEST = envbool("XPRA_CODEC_FULL_SELFTEST", False)
Expand Down

0 comments on commit 3d919bd

Please sign in to comment.