summaryrefslogtreecommitdiff
path: root/node_modules/@discordjs/opus/binding.gyp
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:48:28 -0700
committer8cy <[email protected]>2020-04-03 02:48:28 -0700
commitf9159ea2d994e14180fb02ab562f0119513e67cf (patch)
tree09d14cdf05456567156738b681379d4bccd64e5c /node_modules/@discordjs/opus/binding.gyp
parent2020/04/03, 02:42, V1.2.1 (diff)
downloads5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.tar.xz
s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.zip
2020/04/03, 02:47, V1.2.2
Diffstat (limited to 'node_modules/@discordjs/opus/binding.gyp')
-rw-r--r--node_modules/@discordjs/opus/binding.gyp51
1 files changed, 0 insertions, 51 deletions
diff --git a/node_modules/@discordjs/opus/binding.gyp b/node_modules/@discordjs/opus/binding.gyp
deleted file mode 100644
index 4979ba2..0000000
--- a/node_modules/@discordjs/opus/binding.gyp
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "targets": [
- {
- "target_name": "<(module_name)",
- "product_dir": "<(module_path)",
- "dependencies": [
- "deps/binding.gyp:libopus",
- ],
- "cflags!": [
- "-fno-exceptions",
- ],
- "cflags_cc!": [
- "-fno-exceptions",
- ],
- "cflags": [
- "-pthread",
- "-fno-strict-aliasing",
- "-Wall",
- "-Wno-unused-parameter",
- "-Wno-missing-field-initializers",
- "-Wextra",
- "-pipe",
- "-fno-ident",
- "-fdata-sections",
- "-ffunction-sections",
- "-fPIC",
- ],
- "defines": [
- "LARGEFILE_SOURCE",
- "_FILE_OFFSET_BITS=64",
- "WEBRTC_TARGET_PC",
- "WEBRTC_LINUX",
- "WEBRTC_THREAD_RR",
- "EXPAT_RELATIVE_PATH",
- "GTEST_RELATIVE_PATH",
- "JSONCPP_RELATIVE_PATH",
- "WEBRTC_RELATIVE_PATH",
- "POSIX,"
- "__STDC_FORMAT_MACROS",
- "DYNAMIC_ANNOTATIONS_ENABLED=0",
- "NAPI_DISABLE_CPP_EXCEPTIONS",
- ],
- "include_dirs": [
- "<!@(node -p \"require('node-addon-api').include\")"
- ],
- "sources": [
- "src/node-opus.cc",
- ],
- },
- ],
-}