aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Ramacher <sramacher@debian.org>2024-12-29 12:50:37 +0000
committerSebastian Ramacher <sramacher@debian.org>2024-12-29 12:50:37 +0000
commit873c687c09e0a1a78a8f3601d31330ad1897e484 (patch)
treeff2fa2e2d27b55c002a6d46d50aab2c66e0bf21a /README.md
parent395b1f6877fbc2666383f3428f17400c35aa52a4 (diff)
parentb9ae809f200982119d16ec9613f3db95eca923b9 (diff)
downloadlibgav1-873c687c09e0a1a78a8f3601d31330ad1897e484.tar.gz
libgav1-873c687c09e0a1a78a8f3601d31330ad1897e484.tar.bz2
libgav1-873c687c09e0a1a78a8f3601d31330ad1897e484.zip
Merge branch 'master' into 'scrub-obsolete'
# Conflicts: # debian/changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04c6a94..bdf598c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ compliant AV1 decoder. More information on the AV1 video format can be found at
From within the libgav1 directory:
```shell
- $ git clone https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp
+ $ git clone -b 20220623.0 --depth 1 \
+ https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp
```
Note: Abseil is required by the examples and tests. libgav1 will depend on
@@ -31,7 +32,8 @@ compliant AV1 decoder. More information on the AV1 video format can be found at
From within the libgav1 directory:
```shell
- $ git clone https://github.com/google/googletest.git third_party/googletest
+ $ git clone -b release-1.12.1 --depth 1 \
+ https://github.com/google/googletest.git third_party/googletest
```
### Compile
@@ -44,8 +46,8 @@ compliant AV1 decoder. More information on the AV1 video format can be found at
Configuration options:
-* `LIBGAV1_MAX_BITDEPTH`: defines the maximum supported bitdepth (8, 10;
- default: 10).
+* `LIBGAV1_MAX_BITDEPTH`: defines the maximum supported bitdepth (8, 10, 12;
+ default: 12).
* `LIBGAV1_ENABLE_ALL_DSP_FUNCTIONS`: define to a non-zero value to disable
[symbol reduction](#symbol-reduction) in an optimized build to keep all
versions of dsp functions available. Automatically defined in