aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-Unbundle-abseil.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Unbundle-abseil.patch')
-rw-r--r--debian/patches/0001-Unbundle-abseil.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0001-Unbundle-abseil.patch b/debian/patches/0001-Unbundle-abseil.patch
index 67a8357..1395830 100644
--- a/debian/patches/0001-Unbundle-abseil.patch
+++ b/debian/patches/0001-Unbundle-abseil.patch
@@ -7,7 +7,7 @@ Subject: Unbundle abseil
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 52b1b32..d5e8f95 100644
+index 73f27a1..e9bb9b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,7 +116,6 @@ if(LIBGAV1_VERBOSE)
@@ -35,7 +35,7 @@ index 52b1b32..d5e8f95 100644
- " examples & tests and libgav1 when LIBGAV1_THREADPOOL_USE_STD_MUTEX is"
- " not defined. To continue, download the Abseil repository to"
- " third_party/abseil-cpp:\n git \\\n -C ${libgav1_root} \\\n"
-- " clone \\\n"
+- " clone -b 20220623.0 --depth 1 \\\n"
- " https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp")
- endif()
-endif()