Skip to content
Snippets Groups Projects
Unverified Commit e1b50050 authored by Raphaël Zumer's avatar Raphaël Zumer Committed by GitHub
Browse files

Fix a libaom compilation flag in README.md (#609)

parent 6227aa8b
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ Encoder output should be compatible with any AV1 decoder compliant with the v1.0
```
mkdir aom_test
cd aom_test
cmake ../aom_build/aom -DAOM_TARGET_CPU=generic -DCONFIG_AV1_ENCODER=0 -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0 -DCONFIG_LOWBITDEPTH=1
cmake ../aom_build/aom -DAOM_TARGET_CPU=generic -DCONFIG_AV1_ENCODER=0 -DENABLE_TESTS=0 -DENABLE_DOCS=0 -DCONFIG_LOWBITDEPTH=1
make -j8
./aomdec ../output.ivf -o output.y4m
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment