mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Call initialization function of WASAPI mediastreamer plugin in Python module if needed.
This commit is contained in:
parent
dd38893ff1
commit
28e94ad99e
1 changed files with 3 additions and 0 deletions
|
|
@ -252,6 +252,9 @@ static void pylinphone_init_ms2_plugins(void) {
|
|||
#ifdef ENABLE_OPENH264
|
||||
libmsopenh264_init();
|
||||
#endif
|
||||
#ifdef ENABLE_WASAPI
|
||||
libmswasapi_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
static PyObject * pylinphone_Core_class_method_new(PyObject *cls, PyObject *args) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue