linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] linphone-3.4.3 cross-compiling fails: msv4l.c:33:2


From: Jean Faye
Subject: [Linphone-developers] linphone-3.4.3 cross-compiling fails: msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory compilation terminated
Date: Mon, 23 Feb 2015 13:09:11 +0000 (UTC)

Hi all,
I am trying to compile linphone-3.4.3 for an ARM board. After cross-compiling successfully the differents libraries (ncurses-5.9, readline-6.2, libosip2-3.5, libogg-1.3.0, libeXosip2-3.5, speex-1.2rc1, libav-0.7.1, SDL-1.2.14), I started to cross-compile linphone-3.4.3.
To cross-compile libraries and linphone, I used the instructions given in links:

EmbedFun: Cross Compiling Linphone(1)
 
 
image
 
 
 
 
 
EmbedFun: Cross Compiling Linphone(1)
In this post, we will cross compile linphone for ARM devices. When it comes to video capability, it will support video output via SDL but no web cam interface.

Aperçu par Yahoo

 
 

http://embedfun.blogspot.fr/2011/08/cross-compiling-linphone2.html

I used the following configuration command:


./configure --prefix=$PREFIX --host=$HOSTTPL --with-gnu-ld --disable-static --disable-glib --enable-gtk_ui=no --enable-sdl --disable-x11 --disable-libv4l --with-osip=$INSTALLDIR/usr/local --with-readline=$INSTALLDIR/usr/local SPEEX_CFLAGS="-I$INSTALLDIR/usr/local/include" SPEEX_LIBS="-L$INCLUDEDIR/usr/local/lib -lspeex" FFMPEG_CFLAGS="-I$INSTALLDIR/usr/local/include" FFMPEG_LIBS="-L$INCLUDEDIR/usr/local/lib -lavcodec" SWSCALE_CFLAGS="-I$INSTALLDIR/usr/local/include" SWSCALE_LIBS="-L$INCLUDEDIR/usr/local/lib -lswscale" SDL_CFLAGS="-I$INSTALLDIR/usr/local/include" SDL_LIBS="-L$INCLUDEDIR/usr/local/lib -lSDL"

I got the following error message "msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory compilation terminated."
Have you already faced this kind of error? How can I fix it?
Thank you in advance.
Best regards,
Ismael Jean FAYE

/****************************************************************************************/
  CC     msfilerec.lo
  CC     oss.lo
  CC     msv4l.lo
msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
make[5]: *** [msv4l.lo] Erreur 1
make[5]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2/src »
make[4]: *** [all] Erreur 2
make[4]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2/src »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2 »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2 »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3 »
make: *** [all] Erreur 2
/*********************************************************************************/


reply via email to

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