Hello,
I build lib AOMEDIA both static and dynamic on Linux (Ubuntu, MACOSX Windows).
The .y4m test data I encode to .ivf (aomenc -v --good --cpu-used=8 -o exaple.ivf example.y4m). and after I decode it (aomdec example.ivf | mpv -) and it's ok.
THE PROBLEM IS when I use static build and encode the file I couldn't decode it with a dynamic build. I think that it is a bad issue.
Thanks in advance I'll appreciate any help.