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

Script for building dependencies remove x86 binaries #29

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2020

  1. deps: import scripts for resolving external dependencies

    CMake is used to build static library version of ogg, vorbis, flac, opus, sndfile.
    
    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    c65b818 View commit details
    Browse the repository at this point in the history
  2. 3rd: update git submodules

    Import `flac`, `libsndfile`, `ogg`, `opus` and `vorbis` libraries
    
    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    6c1d2c1 View commit details
    Browse the repository at this point in the history
  3. deps/vars: update path reference to 3rd parties libraries

    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    8a9c7c3 View commit details
    Browse the repository at this point in the history
  4. .gitignore: Ignore build artifacts

    Do not track logs and sysroot folder
    
    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    b62f29a View commit details
    Browse the repository at this point in the history
  5. libsndfile: remove old binaries and interfaces

    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    a454bb0 View commit details
    Browse the repository at this point in the history
  6. Mednafen: update references to libraries

    Newly built libraries are placed in sysroot folder now.
    
    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    c895d5b View commit details
    Browse the repository at this point in the history
  7. Amend wrong variable expansion

    Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    e15e702 View commit details
    Browse the repository at this point in the history