From 3e0351aa49be56434df121d9b4d9f283c422a670 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 24 Jul 2017 13:29:29 +0200 Subject: Implement WebP image decoder. --- image/decoders/moz.build | 1 + 1 file changed, 1 insertion(+) (limited to 'image/decoders/moz.build') diff --git a/image/decoders/moz.build b/image/decoders/moz.build index 775c3eaa5..30c026f99 100644 --- a/image/decoders/moz.build +++ b/image/decoders/moz.build @@ -28,6 +28,7 @@ UNIFIED_SOURCES += [ 'nsIconDecoder.cpp', 'nsJPEGDecoder.cpp', 'nsPNGDecoder.cpp', + 'nsWebPDecoder.cpp', ] include('/ipc/chromium/chromium-config.mozbuild') -- cgit v1.2.3