-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello,
Environnement :
root@raspberrypi:~/BerryShare/cmake# cat /etc/rel
/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Compilation issue
root@raspberrypi:~/BerryShare/cmake# make -j4
Scanning dependencies of target berry-share
[ 30%] Building CXX object src/CMakeFiles/berry-share.dir/alsa_sink.cc.o
[ 30%] Building CXX object src/CMakeFiles/berry-share.dir/berry_share.cc.o
[ 30%] Building CXX object src/CMakeFiles/berry-share.dir/media_player.cc.o
[ 40%] Building CXX object src/CMakeFiles/berry-share.dir/media_sink.cc.o
[ 50%] Building CXX object src/CMakeFiles/berry-share.dir/omx_sink.cc.o
In file included from /root/BerryShare/src/webrtc_connection.h:6,
from /root/BerryShare/src/signal_service.h:12,
from /root/BerryShare/src/berry_share.cc:7:
/root/BerryShare/src/rtp_depacketizer.h:8:10: fatal error: rtp-packet.h: No such file or directory
#include <rtp-packet.h>
^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/berry-share.dir/build.make:76: src/CMakeFiles/berry-share.dir/berry_share.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/berry-share.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Where can I find this rtp-packet.h file please ?