On Monday, November 1, 2021, Phyllis Smith via Cin < [email protected]> wrote:
I quickly re-packed .tar.gz into xz and renamed libaom patches
accordingly. It seems to work with ffmpeg-4.4.
Phyllis, can you test (may be next month?) if libaom-3.2.0 still works on both new and old distros (as you use them for appimage build)?
Andrew, Tried about 6 times on ubuntu16 but obviously I am doing something wrong. Yes, I changed configure.ac from 3.1.1 to 3.2.0 and the 2 patches were renamed that way too. I think I must have incorrectly repacked from tar.gz to xz still.
I unpacked official tar gz into folder named _exactly_ as archive I want to create, then cd.. / just outside it {one level up} and then compressed with 'tar -acx libaom-v3.2.0.tar.xz libaom-v3.2.0' from memory... (where 'a' stands for automatic choice of compressor based on suffix) see attached