Skip to content

Commit

Permalink
fix: move back to NDI 4 (as some rewriting is needed for V5
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Nov 8, 2021
1 parent c4ec78e commit 107570d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ node_modules/

#other:
storage/
.DS_Store
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"link_settings": {
"libraries": [
"<(module_root_dir)/build/Release/libndi_advanced.dylib"
"<(module_root_dir)/build/Release/libndi.4.dylib"
],
"copies": [
{
"destination": "build/Release/",
"files": [
"<!@(ls -1 lib/mac_x64/libndi_advanced.dylib)"
"<!@(ls -1 lib/mac_x64/libndi.4.dylib)"
]
}
]
Expand Down
Binary file added lib/mac_x64/libndi.4.dylib
Binary file not shown.
Binary file modified lib/win_x64/Processing.NDI.Lib.x64.dll
100644 → 100755
Binary file not shown.
Binary file modified lib/win_x64/Processing.NDI.Lib.x64.lib
100644 → 100755
Binary file not shown.

0 comments on commit 107570d

Please sign in to comment.