PlusToolkit / ndicapi

A common C API for communicating with NDI Polaris and Aurora devices
MIT License
48 stars 32 forks source link

OS X compile fix #9

Closed olevs closed 7 years ago

olevs commented 7 years ago

Incorrect variable names makes the build fail:

https://github.com/PlusToolkit/ndicapi/blob/deee75f08793e0d6123ab0b54b18f7b84531b18a/ndicapi_socket_apple.cxx#L60-L64

Rename sock in line 62 and 63 to socket and the repo will compile.