Hello friend, I have the same problem and I do not know how to solve it. I htink that there ia the problem to give the right path to the LIB.
With configure I did next: ./configure FFMPEG_LIBS=-L/usr/lib FFMPEG_CFLAGS=-I/usr/include Change the right names and path. It may help you. Try an let me know. > Hello, > > I'm following the guide README.ARM to build linphone, but when I launch > Make to compile linphone I get this errors about libmediastreamer.so. > I've looked for on the mailing lists and I have not found a quick solution. > I've used both linphone 2.1.0 and 2.1.1. > - speex-1.2beta3 > - ncurses-5.6 > - libosip2-3.1.0 > - libeXosip2-3.1.0 > - readline-5.2 > > I've noticed when I launch ./configure > > checking for SPEEXDSP... no > configure: No speexdsp library found. > > This is the last part of the log I Have: > > ./src/.libs/libmediastreamer.so: undefined reference to > `speex_echo_state_reset' > ./src/.libs/libmediastreamer.so: undefined reference to `speex_echo_ctl' > ./src/.libs/libmediastreamer.so: undefined reference to > `speex_preprocess_ctl' > ./src/.libs/libmediastreamer.so: undefined reference to > `speex_preprocess_state_init' > ./src/.libs/libmediastreamer.so: undefined reference to > `speex_echo_state_destroy' > ./src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess' > ./src/.libs/libmediastreamer.so: undefined reference to `speex_echo_cancel' > ./src/.libs/libmediastreamer.so: undefined reference to > `speex_echo_state_init' > ./src/.libs/libmediastreamer.so: undefined reference to > `speex_preprocess_state_destroy' > collect2: ld returned 1 exit status > make[4]: *** [mediastream] Error 1 > make[4]: Leaving directory > `/home/matteo/arm/linphone-2.1.0/mediastreamer2/tests' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/matteo/arm/linphone-2.1.0/mediastreamer2' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/matteo/arm/linphone-2.1.0/mediastreamer2' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/matteo/arm/linphone-2.1.0' > make: *** [all] Error 2 > > is there anyone can help me? > > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users > > __________ > http://www.newhost.ru - Уютный дом для Вашего сайта! _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
