libvpx: added emcc compiler to support WASM builds - #27880
Merged
Conversation
This was referenced Jul 8, 2025
AbrilRBS
previously approved these changes
Jun 18, 2026
AbrilRBS
left a comment
Member
There was a problem hiding this comment.
The provided logs show this working correctly now, good job! :)
Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
Contributor
Author
|
Adding compilation log traces with a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes to recipe: libvpx
Motivation
Described in #9865, with the purpose of cross compiling
ffmpegto Web Assembly, some recipe dependencies require some extra modifications.Details
In the case of
libvpx, the_target_nameto be used on the Autotools configure script was not being set correctly.Following a Google Discussion, and a fork of
libvpx, usinggeneric-gnuas target architecture is the way to go with this library.To correctly compile this library, as it uses Autotools and we are not directly invoking to
emconfigure,emmake, etc.the environment variables must be set correctly:
In this case to test this recipe, I'm using the packaged
emsdkrecipe defined in conan-io/conan-toolchains#4.Logs
EDIT: This PR aims to use the same configuration (
generic-gnu) than the build script used in ffmpeg.wasmhttps://github.com/ffmpegwasm/ffmpeg.wasm/blob/main/build/libvpx.sh