GstWebRTC - Custom Signaling: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 29: Line 29:
noinst_HEADERS += gstexamplesignaler.h
noinst_HEADERS += gstexamplesignaler.h
</syntaxhighlight>
</syntaxhighlight>


2. Specify extra compile and link flags (if needed):
2. Specify extra compile and link flags (if needed):
Line 39: Line 40:


Alternatively, for advanced users, if the dependencies export a pkg-config file, the '''PKG_CHECK_MODULES''' may be used in the '''configure.ac''' and use the generated flags in this makefile.
Alternatively, for advanced users, if the dependencies export a pkg-config file, the '''PKG_CHECK_MODULES''' may be used in the '''configure.ac''' and use the generated flags in this makefile.


3. Regenerate Makefiles:
3. Regenerate Makefiles:
1,593

edits