Update to the libaom v3.13.0 release#1592
Update to the libaom v3.13.0 release#1592wantehchang wants to merge 1 commit intostrukturag:masterfrom
Conversation
|
@farindk Dirk: Please review. Thanks! |
|
@wantehchang I'm not sure about the newly shipped AOMConfig.cmake & friends... E.g. there is See e.g. https://github.com/libsdl-org/sdl2-compat/blob/main/SDL2Config.cmake.in Also, it would seem the version is not bumped: |
|
@kmilos Miloš: Thanks for the report. Could you file a bug report in the libaom issue tracker? Thanks. @jzern FYI. |
I sent a couple of fixes:
|
|
Miloš: Could you review the second patch (AOM_STATIC_LIBRARIES) by James? Thanks. |
Rather than use `AOM_INSTALL_LIBS`, which may include both the static and dynamic versions of the library (aom, aom_static) when `BUILD_SHARED_LIBS=1`, check for the presence of `AOM::aom_static` and set `AOM_STATIC_LIBRARIES` instead. When `BUILD_SHARED_LIBS=0`, `AOM::aom` is a static library. `AOM_STATIC_LIBRARIES` is set to `AOM::aom` in that case. See: strukturag/libheif#1592 (comment) Bug: 441135035 Change-Id: I39ba77e6f075dfeb75c09ebaa0b20191a66a63cc
|
@wantehchang @jzern Thanks you both, looking much better indeed in 3.13.1. |
|
Skipping v3.13.0 and advancing to libaom v3.13.1. |
No description provided.