diff options
| author | 8cy <[email protected]> | 2020-04-03 02:48:28 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:48:28 -0700 |
| commit | f9159ea2d994e14180fb02ab562f0119513e67cf (patch) | |
| tree | 09d14cdf05456567156738b681379d4bccd64e5c /node_modules/@discordjs/opus/binding.gyp | |
| parent | 2020/04/03, 02:42, V1.2.1 (diff) | |
| download | s5nical-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.gyp | 51 |
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", - ], - }, - ], -} |