Skip to content
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

Fix empty CMAKE_CXX_FLAGS_RELEASE if libaom local #2367

Commits on Aug 6, 2024

  1. Fix empty CMAKE_CXX_FLAGS_RELEASE if libaom local

    Fix empty CMAKE_CXX_FLAGS_RELEASE if libaom is built locally using
    FetchContent and AVIF_LIBYUV is OFF.
    
    libaom sets CMAKE_CXX_FLAGS_RELEASE and other flags as CACHE variables.
    To undo the changes libaom makes, unset the variables as cache variables
    so that they can be reset to their original values as normal variables.
    
    Fix AOMediaCodec#2365.
    fdintino authored and wantehchang committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cb8cd94 View commit details
    Browse the repository at this point in the history