conftest.c:93:10: fatal error: srtp/srtp.h: No such file or directory

The reason is srtp used too new directory is created srtp2.

  • Solution 1

Srtp compiled using older versions.

  • Solution 2

Find the directory srtp2:

ln -snf srtp2 srtp

 

Released 2466 original articles · won praise 301 · Views 1.77 million +

Guess you like

Origin blog.csdn.net/quantum7/article/details/104404819