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

[chrome.ffmpeg] add riscv64 for android #2

Merged

Commits on Mar 3, 2023

  1. added riscv64 for android

    Running following commands to create the files required by gn for Chrome
    
    $ cd <CHROMIUM_SRC>/third_party/ffmpeg
    $ ./chromium/scripts/build_ffmpeg.py android riscv64
    $ ./chromium/scripts/generate_gn.py
    $ ./chromium/scripts/copy_config.sh
    
    Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
    Signed-off-by: McKnight22 <tao.wang.2261@gmail.com>
    unicornx committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7c0986a View commit details
    Browse the repository at this point in the history
  2. added those generated files

    Note: for these generated files, to my understand, they should not be
    committed, we can run script and generate them before running gn.
    But to make my life easy, I add them.
    
    Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
    unicornx committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e29d117 View commit details
    Browse the repository at this point in the history