chromium: fix APNG support
https://bugs.chromium.org/p/chromium/issues/detail?id=752403 (cherry picked from commit 52651ca62a9e9bf5833ffda13baed4b96b766381)
This commit is contained in:
parent
3f6b386e54
commit
fbeb67dd93
@ -92,9 +92,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
defaultDependencies = [
|
defaultDependencies = [
|
||||||
|
(libpng.override { apngSupport = false; }) # https://bugs.chromium.org/p/chromium/issues/detail?id=752403
|
||||||
bzip2 flac speex opusWithCustomModes
|
bzip2 flac speex opusWithCustomModes
|
||||||
libevent expat libjpeg snappy
|
libevent expat libjpeg snappy
|
||||||
libpng libcap
|
libcap
|
||||||
xdg-utils minizip libwebp
|
xdg-utils minizip libwebp
|
||||||
libusb1 re2
|
libusb1 re2
|
||||||
ffmpeg libxslt libxml2
|
ffmpeg libxslt libxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user