forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1591249 - Bump coreaudio-sys to 0.2.3. r=glandium
The current coreaudio-sys in gecko is a custom 0.2.2 version that used to avoid the cross-compiling issue mentioned in bug 1569003. The issue has been fixed in the coreaudio-sys 0.2.3, so we should follow the upstream instead of using a custom version. As a result, the coreaudio-sys would generate API bindings based on the MacOS SDK defined in the build settings. Differential Revision: https://phabricator.services.mozilla.com/D50531 --HG-- extra : moz-landing-system : lando
- Loading branch information
1 parent
5f86f24
commit 7f26e8d
Showing
11 changed files
with
100 additions
and
42,639 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"files":{".travis.yml":"9b7d846653c87d1f9bc48463633205f380ae903a109e2ac43f41fa41bed6c18c","Cargo.toml":"d07a26fe98b835d6894acf60de65ef6f8ade246efd15bac77a3807ecb94443fc","LICENSE":"7576269ea71f767b99297934c0b2367532690f8c4badc695edf8e04ab6a1e545","README.md":"e4de3b20e6b6766ea274991679faf7489505bf6fb3130351b3a81acc3f6bf526","build.rs":"03d2af33d0251cf323f50ab29c064908d22640b7ac9929755c3da8ffc02d5118","src/fullback_coreaudio.rs":"e918093ccbbb15ea6dabf3a722b45d67032f9d33be43685c778bd9294aad44ff","src/lib.rs":"a66e454e234e9187ab930b58a064485924fcc3e460ba12ac6ed76eb61a2567a5"},"package":null} | ||
{"files":{"Cargo.toml":"249473baf82e224de8b2a97b66d837d56efe1e3060813727b4be9e88a0a6a04c","LICENSE":"7576269ea71f767b99297934c0b2367532690f8c4badc695edf8e04ab6a1e545","README.md":"4712c7a0f626e72a87440871f4ae136d9b35c04a361c679139ad5da1dd32f534","build.rs":"2d59eb3d84e95733e004ce4de00a3db01b461518626128bcbad3d59c1c348a04","src/lib.rs":"22c9dbbb1dc38d6f77b9362e806a7ee59a8ca1aa9b2c9344d1a487a91287ed59"},"package":"7e8f5954c1c7ccb55340443e8b29fca24013545a5e7d72c1ca7db4fc02b982ce"} |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,34 @@ | ||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
# | ||
# When uploading crates to the registry Cargo will automatically | ||
# "normalize" Cargo.toml files for maximal compatibility | ||
# with all versions of Cargo and also rewrite `path` dependencies | ||
# to registry (e.g., crates.io) dependencies | ||
# | ||
# If you believe there's an error in this file please file an | ||
# issue against the rust-lang/cargo repository. If you're | ||
# editing this file be aware that the upstream Cargo.toml | ||
# will likely look very different (and much more reasonable) | ||
|
||
[package] | ||
name = "coreaudio-sys" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
authors = ["Mitchell Nordine <[email protected]>"] | ||
build = "build.rs" | ||
description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" | ||
license = "MIT" | ||
keywords = ["core", "audio", "unit", "osx", "ios"] | ||
readme = "README.md" | ||
homepage = "https://github.com/RustAudio/coreaudio-sys" | ||
readme = "README.md" | ||
keywords = ["core", "audio", "unit", "osx", "ios"] | ||
license = "MIT" | ||
repository = "https://github.com/RustAudio/coreaudio-sys.git" | ||
build = "build.rs" | ||
|
||
[build-dependencies] | ||
bindgen = {version = "0.51.1-oldsyn", default-features = false} | ||
[build-dependencies.bindgen] | ||
version = "0.51" | ||
default-features = false | ||
|
||
[features] | ||
default = ["audio_toolbox", "audio_unit", "core_audio", "open_al", "core_midi"] | ||
audio_toolbox = [] | ||
audio_unit = [] | ||
core_audio = [] | ||
open_al = [] | ||
core_midi = [] | ||
nobindgen = [] | ||
default = ["audio_toolbox", "audio_unit", "core_audio", "open_al", "core_midi"] | ||
open_al = [] |
This file contains 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
This file contains 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
Oops, something went wrong.