linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Error when compiling 3.8.2 on raspbian of raspberr


From: Russell
Subject: [Linphone-developers] Error when compiling 3.8.2 on raspbian of raspberry pi 2
Date: Wed, 27 May 2015 16:24:49 +0800

Distribution provided version is too old, and video stucks.
linphone for python crashes when video is enabled.

SO I am trying to build 3.8.2 from source to see how video goes, but see following error when make:

--------------------------

  CC     voip/msvideo_neon.lo
voip/msvideo_neon.c:387:13: error: 'reverse_and_down_scale_32bytes_neon' defined but not used [-Werror=unused-function]
 static void reverse_and_down_scale_32bytes_neon(unsigned char* src, unsigned char* dest) {
             ^
voip/msvideo_neon.c:406:13: error: 'reverse_16bytes_neon' defined but not used [-Werror=unused-function]
 static void reverse_16bytes_neon(unsigned char* src, unsigned char* dest) {
             ^
voip/msvideo_neon.c:425:13: error: 'deinterlace_and_reverse_2x8bytes_neon' defined but not used [-Werror=unused-function]
 static void deinterlace_and_reverse_2x8bytes_neon(unsigned char* src, unsigned char* udest, unsigned char* vdest) {
             ^
voip/msvideo_neon.c:444:13: error: 'deinterlace_down_scale_and_reverse_2x16bytes_neon' defined but not used [-Werror=unused-function]
 static void deinterlace_down_scale_and_reverse_2x16bytes_neon(unsigned char* src, unsigned char* udest, unsigned char* vdest) {
             ^
cc1: all warnings being treated as errors
Makefile:1661: recipe for target 'voip/msvideo_neon.lo' failed
make[5]: *** [voip/msvideo_neon.lo] Error 1
make[5]: Leaving directory '/home/pi/linphone/mediastreamer2/src'
Makefile:921: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/pi/linphone/mediastreamer2/src'
Makefile:563: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/pi/linphone/mediastreamer2'
Makefile:469: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/pi/linphone/mediastreamer2'
Makefile:518: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/linphone'
Makefile:445: recipe for target 'all' failed
make: *** [all] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]