johado
johado
This fixes compilation problems with a picky compiler using -Wstringop-overread -Wstringop-overflow for functions pj_thread_local_set and pj_thread_init Change-Id: Ia14d6079b8274e5ccc6ba72cf579e5f8344f8fed
### Describe the bug We're using gstreamer as media backend so we have #define PJSUA_MEDIA_HAS_PJMEDIA 0 With 2.12 it no longer compiles/links since the #if statements in src/pjsua-lib/pjsua_media.c removes the...
### Describe the bug Get compilation problem when building an application using pjsip. ` In function 'pj_thread_local_set', | inlined from 'suspend_logging' at ../../../pjproject/2.12-r0/pjproject-2.12/pjlib/build/../src/pj/log.c:287:2, | inlined from 'pj_log' at ../../../pjproject/2.12-r0/pjproject-2.12/pjlib/build/../src/pj/log.c:355:5: |...
I'm trying to get an lvgl application running on an embedded linux device that uses the DRM framework and and a MIPI DSI panel using the panel-simple driver. The current...