Skip to content

Commit

Permalink
Updated oboe library to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Aug 18, 2021
1 parent 392fbe2 commit dba0663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,13 @@ impl Builder {
.allowlist_function("oboe::AudioStream_.+")
.allowlist_function("oboe::AudioStreamCallbackWrapper_.+")
.allowlist_function("oboe::getSdkVersion")
.blocklist_type("std.*")
.blocklist_type("std::.*_ptr.*")
.blocklist_type("oboe::ManagedStream")
.blocklist_function("std.*")
.blocklist_function("oboe::AudioStreamBuilder_openStream1")
.blocklist_function("oboe::AudioStreamBuilder_openManagedStream")
.blocklist_function("oboe::AudioStreamBuilder_setPackageName")
.blocklist_function("oboe::AudioStreamBuilder_setAttributionTag")
.opaque_type("std::.*")
.opaque_type("oboe::AudioStream")
.opaque_type("oboe::AudioStreamBuilder")
.opaque_type("oboe::LatencyTuner")
Expand Down
2 changes: 1 addition & 1 deletion sys/oboe
Submodule oboe updated 146 files

0 comments on commit dba0663

Please sign in to comment.