commit b12af1a
hovercats
·
2024-10-12 22:47:10 +0000 UTC
parent 34f7d98
libplacebo: explicitly disable xxhash even though it would technically be an improvement. configuring with xxhash enabled seems to generate an incorrect path for includedir.
2 files changed,
+2,
-1
+1,
-0
1@@ -10,6 +10,7 @@ meson setup \
2 -Dvulkan=disabled \
3 -Ddemos=false \
4 -Dopengl=disabled \
5+ -Dxxhash=disabled \
6 build
7
8 samu -C build
+1,
-1
1@@ -1 +1 @@
2-7.349.0 1
3+7.349.0 2