Bump JPEG Quant Smooth

This commit is contained in:
2023-12-05 00:27:57 +01:00
parent b07fba0c9c
commit 52c17c8a16
2 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
# vim: noet ts=4 sts=4 sw=4:
project('jpeg-qs', 'c')
add_project_arguments(meson.get_compiler('c')
.get_supported_arguments('-Wno-misleading-indentation'),
'-DWITH_LOG', language : 'c')
add_project_arguments('-DWITH_LOG', language : 'c')
deps = [
dependency('libjpeg'),