ynotssor Posted October 8, 2019 Posted October 8, 2019 Greetings, I am trying to install zoneminder into the most recent, updated and upgraded Buster Armbian image on an Odroid XU4, but libmp4v2-2 is required, and doesn't exist in any repository that I can find. Where may I find an Armbian-Buster-compatible libmp4v2-2, please?
Igor Posted October 8, 2019 Posted October 8, 2019 Ask over at Hardkernel forum if they made such a package. If yes, then you can try to install it Armbian as well. And also scrap this thread:
qstaq Posted October 8, 2019 Posted October 8, 2019 3 hours ago, ynotssor said: Where may I find an Armbian-Buster-compatible libmp4v2-2, please? There is no libmp4v2 for Buster, upstream Debian have dropped support for it. Same goes for Ubuntu in current versions. You need a Debian stretch image or an Ubuntu Bionic image if you dont want to have to compile this library yourself https://packages.debian.org/search?keywords=mp4v2
ynotssor Posted October 9, 2019 Author Posted October 9, 2019 Thanks, I successfully compiled https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-2.0.0.tar.bz2
Porske Posted February 1, 2020 Posted February 1, 2020 Hi, I have the same problem on Orange Pi Zero LTS, which setting should i use to compiling libmp4v2? If i use $ ./configure $ make -j4 I get this error: src/rtphint.cpp: In member function ‘void mp4v2::impl::MP4RtpHintTrack::GetPayload(char**, uint8_t*, uint16_t*, char**)’: src/rtphint.cpp:342:35: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if (pSlash != '\0') { ^~~~ make: *** [GNUmakefile:1364: src/rtphint.lo] Error 1 make: *** Attesa per i processi non terminati.... libtool: compile: g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g -O2 -fvisibility=hidden -c src/qosqualifiers.cpp -o src/qosqualifiers.o >/dev/null 2>&1
Recommended Posts