@lumen5/beamcoder 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +2 -3
- package/package.json +1 -1
- package/prebuilds/@lumen5/{beamcoder-v0.0.14-node-v127-darwin-arm64.tar.gz → beamcoder-v0.0.16-node-v127-darwin-arm64.tar.gz} +0 -0
- package/prebuilds/@lumen5/{beamcoder-v0.0.14-node-v127-linux-x64.tar.gz → beamcoder-v0.0.16-node-v127-linux-x64.tar.gz} +0 -0
package/binding.gyp
CHANGED
|
@@ -124,14 +124,13 @@
|
|
|
124
124
|
],
|
|
125
125
|
"xcode_settings": {
|
|
126
126
|
"OTHER_LDFLAGS": [
|
|
127
|
+
"-all_load",
|
|
127
128
|
"-framework VideoToolbox",
|
|
128
129
|
"-framework CoreMedia",
|
|
129
130
|
"-framework CoreVideo",
|
|
130
131
|
"-framework CoreFoundation",
|
|
131
132
|
"-framework Security",
|
|
132
|
-
"-framework AudioToolbox"
|
|
133
|
-
"-exported_symbols_list",
|
|
134
|
-
"<(module_root_dir)/exports.txt"
|
|
133
|
+
"-framework AudioToolbox"
|
|
135
134
|
]
|
|
136
135
|
}
|
|
137
136
|
}],
|
package/package.json
CHANGED
|
index 31c2a9b..49a9b82 100644
|
|
|
Binary file
|
|
index b5bc873..cc105f1 100644
|
|
|
Binary file
|