mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
zstd: drop upstreamed patch
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
e0f9e2db10
commit
82fd4b1de7
@ -1,22 +0,0 @@
|
|||||||
From edf2b1176df9302f6023d129e6379ffbe781885c Mon Sep 17 00:00:00 2001
|
|
||||||
From: SupervisedThinking <supervisedthinking@gmail.com>
|
|
||||||
Date: Fri, 19 Mar 2021 19:52:45 +0100
|
|
||||||
Subject: [PATCH] meson: fix build by adding missing files
|
|
||||||
|
|
||||||
fixes https://github.com/facebook/zstd/issues/2519
|
|
||||||
---
|
|
||||||
build/meson/lib/meson.build | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/build/meson/lib/meson.build b/build/meson/lib/meson.build
|
|
||||||
index 17806c8dc..004888753 100644
|
|
||||||
--- a/build/meson/lib/meson.build
|
|
||||||
+++ b/build/meson/lib/meson.build
|
|
||||||
@@ -22,6 +22,7 @@ libzstd_sources = [join_paths(zstd_rootdir, 'lib/common/entropy_common.c'),
|
|
||||||
join_paths(zstd_rootdir, 'lib/common/threading.c'),
|
|
||||||
join_paths(zstd_rootdir, 'lib/common/pool.c'),
|
|
||||||
join_paths(zstd_rootdir, 'lib/common/zstd_common.c'),
|
|
||||||
+ join_paths(zstd_rootdir, 'lib/common/zstd_trace.c'),
|
|
||||||
join_paths(zstd_rootdir, 'lib/common/error_private.c'),
|
|
||||||
join_paths(zstd_rootdir, 'lib/common/xxhash.c'),
|
|
||||||
join_paths(zstd_rootdir, 'lib/compress/hist.c'),
|
|
Loading…
x
Reference in New Issue
Block a user