Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: discordjs/opus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ca4341ffdd81cf83cec57045e59e228e6017590
Choose a base ref
...
head repository: discordjs/opus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b19e7bc22d2b932461af9deb8702aaf3626b196a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 6, 2021

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    d929bdb View commit details

Commits on Aug 18, 2021

  1. chore(Release): release

    iCrawl committed Aug 18, 2021
    Copy the full SHA
    b19e7bc View commit details
Showing with 251 additions and 80 deletions.
  1. +16 −0 deps/binding.gyp
  2. +228 −73 package-lock.json
  3. +7 −7 package.json
16 changes: 16 additions & 0 deletions deps/binding.gyp
Original file line number Diff line number Diff line change
@@ -202,6 +202,22 @@
"opus/silk/float",
],
"defines": ["PIC", "HAVE_CONFIG_H"],
"conditions": [
[
"target_arch==\"arm64\"",
{
"sources": [
"opus/celt/arm/arm_celt_map.c",
"opus/celt/arm/armcpu.c",
"opus/celt/arm/celt_neon_intr.c",
"opus/celt/arm/pitch_neon_intr.c",
],
"include_dirs": [
"opus",
],
}
],
],
},
],
}
Loading