summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-31 18:48:16 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-01-31 22:05:42 +0200
commitb5b0a3fbf6b58c7f1a7e4377bfeb6adb3337e4bf (patch)
treea2a84c5b679f7c74afff994e838dbf1499d05c8c /indra
parent473ade269628d1fb6cbc7b96a91e1c0aec1b8e59 (diff)
SL-19110 Fix xxhash build link and properly register contribution
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/hbxxh.cpp4
-rw-r--r--indra/llcommon/hbxxh.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/hbxxh.cpp b/indra/llcommon/hbxxh.cpp
index e94581d415..388269d6c8 100644
--- a/indra/llcommon/hbxxh.cpp
+++ b/indra/llcommon/hbxxh.cpp
@@ -2,7 +2,7 @@
* @file hbxxh.cpp
* @brief High performances vectorized hashing based on xxHash.
*
- * $LicenseInfo:firstyear=2023&license=viewergpl$
+ * $LicenseInfo:firstyear=2023&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (c) 2023, Henri Beauchamp.
*
@@ -34,7 +34,7 @@
// in your build, in which case the latter would be used instead. For ARM64
// builds, this would also automatically enable NEON vectorization.
#define XXH_INLINE_ALL
-#include "xxhash.h"
+#include "xxhash/xxhash.h"
#include "hbxxh.h"
diff --git a/indra/llcommon/hbxxh.h b/indra/llcommon/hbxxh.h
index 8a5f977648..236716722a 100644
--- a/indra/llcommon/hbxxh.h
+++ b/indra/llcommon/hbxxh.h
@@ -2,7 +2,7 @@
* @file hbxxh.h
* @brief High performances vectorized hashing based on xxHash.
*
- * $LicenseInfo:firstyear=2023&license=viewergpl$
+ * $LicenseInfo:firstyear=2023&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (c) 2023, Henri Beauchamp.
*