Add libjpeg-dev to test LIBJPEG_TURBO_VERSION_NUMBER (#1516)

This commit is contained in:
LordGrey
2022-09-29 20:38:32 +02:00
committed by GitHub
parent cb76afa4d9
commit e8fc8a9855
8 changed files with 27 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
// Turbo JPEG decoder
#ifdef HAVE_TURBO_JPEG
#include <turbojpeg.h>
#include "jconfig.h"
#include <jconfig.h>
#endif
constexpr int DEFAULT_THREAD_COUNT {1};