You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the steps to install the rtpengine for the Centos7, but when I go over the step to perform a 'make' command into the "/usr/src/rtpengine/daemon/" folder, I'm getting the following error:
In file included from ../lib/codeclib.c:1:0:
../lib/codeclib.h:58:18: fatal error: opus.h: No such file or directory
#include <opus.h>
^
compilation terminated.
make[1]: *** [codeclib.strhash.o] Error 1
make[1]: Leaving directory `/usr/src/rtpengine/daemon'
make: *** [all] Error 2
All the steps were successfully implemented so far, but when I go over this step, it always crashes and starts complaining that is missing this "opus.h" library.
The text was updated successfully, but these errors were encountered:
I'm following the steps to install the rtpengine for the Centos7, but when I go over the step to perform a 'make' command into the "/usr/src/rtpengine/daemon/" folder, I'm getting the following error:
All the steps were successfully implemented so far, but when I go over this step, it always crashes and starts complaining that is missing this "opus.h" library.
The text was updated successfully, but these errors were encountered: