-
Notifications
You must be signed in to change notification settings - Fork 275
Update to libaom v3.13.2 #3108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update to libaom v3.13.2 #3108
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| set(AVIF_AOM_GIT_TAG v3.13.1) | ||
| set(AVIF_AOM_GIT_TAG v3.13.2-rc1) | ||
|
|
||
| set(AOM_EXT_SOURCE_DIR "${AVIF_SOURCE_DIR}/ext/aom") | ||
| set(LIB_FILENAME "${AOM_EXT_SOURCE_DIR}/build.libavif/${CMAKE_STATIC_LIBRARY_PREFIX}aom${CMAKE_STATIC_LIBRARY_SUFFIX}") | ||
|
|
@@ -75,18 +75,6 @@ else() | |
| GIT_PROGRESS ON | ||
| GIT_SHALLOW ON | ||
| UPDATE_COMMAND "" | ||
| # Avoid the following error: | ||
| # CMake Error at build/_deps/libaom-src/build/cmake/aom_optimization.cmake:219 (message): | ||
| # Unsupported nasm: multipass optimization not supported. | ||
| # Call Stack (most recent call first): | ||
| # build/_deps/libaom-src/build/cmake/aom_configure.cmake:172 (test_nasm) | ||
| # build/_deps/libaom-src/CMakeLists.txt:73 (include) | ||
| # TODO: Remove the patch when using a libaom version past | ||
| # https://aomedia.googlesource.com/aom/+/6d2b7f71b98bfa28e372b1f2d85f137280bdb3de%5E%21/ | ||
| # TODO: Switch back to URL "https://aomedia.googlesource.com/aom/+archive/${AVIF_AOM_GIT_TAG}.tar.gz" | ||
| # instead of GIT_* above when using a libaom version past | ||
| # https://aomedia.googlesource.com/aom/+/6d2b7f71b98bfa28e372b1f2d85f137280bdb3de%5E%21/ | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Vincent, Yannis: It seems fine to use GIT_*. Do you want me to switch back to the URL method?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please keep git for now: let's see if it is stable enough. |
||
| PATCH_COMMAND git apply ${AVIF_SOURCE_DIR}/cmake/Modules/LocalAom.diff | ||
| ) | ||
|
|
||
| if(NOT AVIF_CODEC_AOM_DECODE) | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.