-
Notifications
You must be signed in to change notification settings - Fork 865
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
C API example outdated #267
Comments
I'm currently working on that and yes, that's a correct suggestion. I think there will be also more examples, some simple programs that users can play with. |
#270 Is provided with fixes in the testapi.c file; it's also moved to "examples" directory. Test for linking should be well enough done when linking the official applications. The documentation should be provided in docs/API.md file. |
Hi @ethouris , Good work! However, some conflicts exist. I do a comment in the PR regarding lost changes in the movement of source files. #270 (comment) I'll review in more detail in the next days. |
The update it's in the PR #276 |
Closed with PR #276 merged. |
Hi,
I like to start to include the srt library in one C project. So, I'm checking the
apps/testcapi.c
example. However, this file is outdated. It doesn't compile. I can prepare a simple patch for fix the compilation; however it still doesn't run (because a crash dump).My suggestion, if you agree, it's this:
examples
for put in it C and C++ API examples.apps/testcapi.c
toexamples/testcapi.c
and add a simple build script and a readme.libsrt.so/a
(remove after end).What you think?
The text was updated successfully, but these errors were encountered: