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

[WIP] Script to build-from-scratch from upstream webrtc #32

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

Commits on Jan 27, 2016

  1. Use C++11 which is the default on Debian unstable

    Note that we can't just remove the cgo CXXFLAGS, the build fails when we do
    that. It seems that cgo sets a std *different* from what the system default
    compiler does when compiling plain C++ code. :/
    infinity0 committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    f3be1ff View commit details
    Browse the repository at this point in the history
  2. Link in some system libs

    On Debian we built libwebrtc-magic using the same settings as chromium-browser
    which links against certain system libs instead of bundled libs.
    infinity0 committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    158ce6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8c4b13 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    b0ed5fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfb7e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    616accc View commit details
    Browse the repository at this point in the history