Changes between Version 190 and Version 191 of CompilationGuide/Ubuntu


Ignore:
Timestamp:
Feb 4, 2025, 6:57:24 PM (16 months ago)
Author:
rdb-g
Comment:

libaom has had a stable API since version 3, sometime in ~2021

Legend:

Unmodified
Added
Removed
Modified
  • CompilationGuide/Ubuntu

    v190 v191  
    252252
    253253AV1 video encoder/decoder:
    254 
    255 {{{
    256 #!div style="border: 1px solid #e5c7c7; margin: 1em; background-color: #fdd;"
    257 '''Warning:''' libaom does not yet appear to have a stable API, so compilation of `libavcodec/libaomenc.c` may occasionally fail. Just wait a day or two for us to catch up with these annoying changes, re-download `ffmpeg-snapshot.tar.bz2`, and try again. Or skip libaom altogether.
    258 
    259 OR, you can try your repo `sudo apt install libsvtav1-dev libsvtav1enc-dev libsvtav1dec-dev`; the packages are available in the ubuntu/universe repo for 22.04, 24.04.
    260 
    261 }}}
    262254
    263255{{{