-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow callers to provide their own Agora SDK and add noop compilation for non-linux machines #16
Allow callers to provide their own Agora SDK and add noop compilation for non-linux machines #16
Conversation
c_src/membrane_agora_plugin/noop.cpp
Outdated
{"hello", 0, hello} | ||
}; | ||
|
||
ERL_NIF_INIT(niftest,nif_funcs,NULL,NULL,NULL,NULL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in the private conversation - the first argument of the ERL_NIF_INIT
macro defines the Erlang module name that is capable of loading that NIF. We need to define separate NIFs for Elixir.Membrane.Agora.Sink.Native.Nif
and for Elixir.Membrane.Agora.Source.Native.Nif
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to bump the version from 0.2.1
into 0.2.2
in the README.md as well
…nifex.Loader conditional. Bump version in README
I have implemented the requested changes in this PR: nickdichev-firework#1 |
…_provider_fixes Conditional Agora SDK compilation fixes
This PR attempts to solve two problems: