diff options
Diffstat (limited to 'media/libjxl/moz.build')
-rw-r--r-- | media/libjxl/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libjxl/moz.build b/media/libjxl/moz.build index a34f7627a6..11469995e7 100644 --- a/media/libjxl/moz.build +++ b/media/libjxl/moz.build @@ -40,7 +40,6 @@ SOURCES += [ "/third_party/jpeg-xl/lib/jxl/decode.cc", "/third_party/jpeg-xl/lib/jxl/entropy_coder.cc", "/third_party/jpeg-xl/lib/jxl/epf.cc", - "/third_party/jpeg-xl/lib/jxl/fast_dct.cc", "/third_party/jpeg-xl/lib/jxl/fields.cc", "/third_party/jpeg-xl/lib/jxl/frame_header.cc", "/third_party/jpeg-xl/lib/jxl/headers.cc", @@ -50,6 +49,7 @@ SOURCES += [ "/third_party/jpeg-xl/lib/jxl/image.cc", "/third_party/jpeg-xl/lib/jxl/image_bundle.cc", "/third_party/jpeg-xl/lib/jxl/image_metadata.cc", + "/third_party/jpeg-xl/lib/jxl/image_ops.cc", "/third_party/jpeg-xl/lib/jxl/loop_filter.cc", "/third_party/jpeg-xl/lib/jxl/luminance.cc", "/third_party/jpeg-xl/lib/jxl/memory_manager_internal.cc", |