@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumen5/beamcoder",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "Node.js native bindings to FFmpeg.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",