<div dir="ltr"><div><div>Bonjour,<br></div>J'essaie d'installer VLC et l'accélération matériel pour raspberry Pi2,<br></div>en suivant ce lien:<br><br><a href="http://intensecode.blogspot.de/2013/10/tutorial-vlc-with-hardware-acceleration.html">http://intensecode.blogspot.de/2013/10/tutorial-vlc-with-hardware-acceleration.html</a><br clear="all"><div><div><div>(fourni par Bernard S.)<br><br></div><div>En rajoutant les paquets manquant j'ai avancé.<br></div><div>(je n'ai jamais fait de compilation de source).<br><br></div><div>Je pose ci-dessous le log complet de ce qui se passe.<br><br></div><div>Il y a beaucoup de: yes, mais dés le début j'ai un WARNING alors que les lignes viennent du site<br><br></div><div>Je suis à l'étape 2<br></div><div><br>root@raspberrypi:/home/pi/vlc# ./configure --enable-Rpi-omxil --enable-dvbpsi7 --enable-x264<br>configure: WARNING: unrecognized options: --enable-Rpi-omxil, --enable-dvbpsi7<br>checking build system type... armv7l-unknown-linux-gnueabihf<br>checking host system type... armv7l-unknown-linux-gnueabihf<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... no<br>checking for mawk... mawk<br>checking whether make sets $(MAKE)... yes<br>checking how to create a ustar tar archive... gnutar<br>checking whether make supports nested variables... yes<br>checking whether to enable maintainer-specific portions of Makefiles... yes<br>checking for style of include used by make... GNU<br>checking for gcc... gcc<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... no<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>checking dependency style of gcc... gcc3<br>checking for gcc option to accept ISO C99... -std=gnu99<br>checking how to run the C preprocessor... gcc -std=gnu99 -E<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking minix/config.h usability... no<br>checking minix/config.h presence... no<br>checking for minix/config.h... no<br>checking whether it is safe to define __EXTENSIONS__... yes<br>checking whether gcc -std=gnu99 and cc understand -c and -o together... yes<br>checking for g++... g++<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>checking dependency style of g++... gcc3<br>checking how to run the C preprocessor... gcc -std=gnu99 -E<br>checking for gcc... gcc<br>checking whether we are using the GNU Objective C compiler... no<br>checking whether gcc accepts -g... no<br>checking dependency style of gcc... gcc3<br>checking dependency style of gcc... (cached) gcc3<br>checking for egrep... (cached) /bin/grep -E<br>checking whether make sets $(MAKE)... (cached) yes<br>checking dependency style of gcc -std=gnu99... gcc3<br>checking for desktop-file-validate... desktop-file-validate<br>checking for yasm... no<br>checking for an ANSI C-conforming const... yes<br>checking for inline... inline<br>checking for C/C++ restrict keyword... __restrict<br>checking for an Android system... no<br>checking for 3rd party libraries path... not found<br>checking how to print strings... printf<br>checking for a sed that does not truncate output... /bin/sed<br>checking for fgrep... /bin/grep -F<br>checking for ld used by gcc -std=gnu99... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>checking whether ln -s works... yes<br>checking the maximum length of command line arguments... 1572864<br>checking whether the shell understands some XSI constructs... yes<br>checking whether the shell understands "+="... yes<br>checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop<br>checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop<br>checking for /usr/bin/ld option to reload object files... -r<br>checking for objdump... objdump<br>checking how to recognize dependent libraries... (cached) pass_all<br>checking for dlltool... no<br>checking how to associate runtime and link libraries... printf %s\n<br>checking for ar... ar<br>checking for archiver @FILE support... @<br>checking for strip... strip<br>checking for ranlib... ranlib<br>checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok<br>checking for sysroot... no<br>checking for mt... mt<br>checking if mt is a manifest tool... no<br>checking for dlfcn.h... yes<br>checking for objdir... .libs<br>checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no<br>checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC<br>checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes<br>checking if gcc -std=gnu99 static flag -static works... yes<br>checking if gcc -std=gnu99 supports -c -o file.o... yes<br>checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes<br>checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes<br>checking whether -lc should be explicitly linked in... no<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking for shl_load... no<br>checking for shl_load in -ldld... no<br>checking for dlopen... no<br>checking for dlopen in -ldl... yes<br>checking whether a program can dlopen itself... yes<br>checking whether a statically linked program can dlopen itself... no<br>checking whether stripping libraries is possible... yes<br>checking if libtool supports shared libraries... yes<br>checking whether to build shared libraries... yes<br>checking whether to build static libraries... no<br>checking how to run the C++ preprocessor... g++ -E<br>checking for ld used by g++... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>checking for g++ option to produce PIC... -fPIC -DPIC<br>checking if g++ PIC flag -fPIC -DPIC works... yes<br>checking if g++ static flag -static works... yes<br>checking if g++ supports -c -o file.o... yes<br>checking if g++ supports -c -o file.o... (cached) yes<br>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking for windres... no<br>checking for bash... /bin/bash<br>checking if dolt supports this host... yes, replacing libtool<br>checking whether NLS is requested... yes<br>checking for msgfmt... /usr/bin/msgfmt<br>checking for gmsgfmt... /usr/bin/msgfmt<br>checking for xgettext... /usr/bin/xgettext<br>checking for msgmerge... /usr/bin/msgmerge<br>checking for ld used by gcc -std=gnu99... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking for shared library run path origin... done<br>checking for CFPreferencesCopyAppValue... no<br>checking for CFLocaleCopyCurrent... no<br>checking for GNU gettext in libc... yes<br>checking whether to use NLS... yes<br>checking where the gettext function comes from... libc<br>checking for iconv... yes<br>checking for working iconv... yes<br>checking for iconv declaration... <br>         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);<br>checking for buggy GNU/libc versions... not present<br>checking for shared objects suffix... .so<br>checking whether nanosleep is declared... yes<br>checking for daemon... yes<br>checking for fcntl... yes<br>checking for fstatvfs... yes<br>checking for fork... yes<br>checking for getenv... yes<br>checking for getpwuid_r... yes<br>checking for isatty... yes<br>checking for lstat... yes<br>checking for memalign... yes<br>checking for mmap... yes<br>checking for open_memstream... yes<br>checking for openat... yes<br>checking for pread... yes<br>checking for posix_fadvise... yes<br>checking for posix_madvise... yes<br>checking for setlocale... yes<br>checking for stricmp... no<br>checking for strnicmp... no<br>checking for strptime... yes<br>checking for uselocale... yes<br>checking for pthread_cond_timedwait_monotonic_np... no<br>checking for pthread_condattr_setclock... no<br>checking for atof... yes<br>checking for atoll... yes<br>checking for dirfd... yes<br>checking for fdopendir... yes<br>checking for flockfile... yes<br>checking for fsync... yes<br>checking for getdelim... yes<br>checking for getpid... yes<br>checking for lldiv... yes<br>checking for nrand48... yes<br>checking for poll... yes<br>checking for posix_memalign... yes<br>checking for rewind... yes<br>checking for setenv... yes<br>checking for strcasecmp... yes<br>checking for strcasestr... yes<br>checking for strdup... yes<br>checking for strlcpy... no<br>checking for strndup... yes<br>checking for strnlen... yes<br>checking for strsep... yes<br>checking for strtof... yes<br>checking for strtok_r... yes<br>checking for strtoll... yes<br>checking for swab... yes<br>checking for tdestroy... yes<br>checking for strverscmp... yes<br>checking for fdatasync... yes<br>checking whether asprintf is declared... yes<br>checking whether vasprintf is declared... yes<br>checking whether gmtime_r is declared... yes<br>checking whether localtime_r is declared... yes<br>checking for static_assert in assert.h... no<br>checking for working strcoll... yes<br>checking for accept4... yes<br>checking for pipe2... yes<br>checking for eventfd... yes<br>checking for vmsplice... yes<br>checking for sched_getaffinity... yes<br>checking for struct pollfd... yes<br>checking for library containing connect... none required<br>checking for library containing inet_pton... none required<br>checking for if_nameindex... yes<br>checking for if_nametoindex... yes<br>checking for socklen_t in sys/socket.h... yes<br>checking for struct sockaddr_storage... yes<br>checking for getopt_long... yes<br>checking for cos in -lm... yes<br>checking for lrintf in -lm... yes<br>checking for nanf in -lm... yes<br>checking for library containing dlsym... -ldl<br>checking for library containing pthread_rwlock_init... -lpthread<br>checking for clock_nanosleep in -lrt... yes<br>checking arpa/inet.h usability... yes<br>checking arpa/inet.h presence... yes<br>checking for arpa/inet.h... yes<br>checking pthread.h usability... yes<br>checking pthread.h presence... yes<br>checking for pthread.h... yes<br>checking search.h usability... yes<br>checking search.h presence... yes<br>checking for search.h... yes<br>checking sys/shm.h usability... yes<br>checking sys/shm.h presence... yes<br>checking for sys/shm.h... yes<br>checking sys/socket.h usability... yes<br>checking sys/socket.h presence... yes<br>checking for sys/socket.h... yes<br>checking for net/if.h... yes<br>checking syslog.h usability... yes<br>checking syslog.h presence... yes<br>checking for syslog.h... yes<br>checking netinet/udplite.h usability... no<br>checking netinet/udplite.h presence... no<br>checking for netinet/udplite.h... no<br>checking sys/param.h usability... yes<br>checking sys/param.h presence... yes<br>checking for sys/param.h... yes<br>checking sys/mount.h usability... yes<br>checking sys/mount.h presence... yes<br>checking for sys/mount.h... yes<br>checking getopt.h usability... yes<br>checking getopt.h presence... yes<br>checking for getopt.h... yes<br>checking linux/dccp.h usability... yes<br>checking linux/dccp.h presence... yes<br>checking for linux/dccp.h... yes<br>checking linux/magic.h usability... yes<br>checking linux/magic.h presence... yes<br>checking for linux/magic.h... yes<br>checking mntent.h usability... yes<br>checking mntent.h presence... yes<br>checking for mntent.h... yes<br>checking sys/eventfd.h usability... yes<br>checking sys/eventfd.h presence... yes<br>checking for sys/eventfd.h... yes<br>checking xlocale.h usability... yes<br>checking xlocale.h presence... yes<br>checking for xlocale.h... yes<br>checking for ssize_t... yes<br>checking for pkg-config... /usr/bin/pkg-config<br>checking pkg-config is at least version 0.9.0... yes<br>checking zlib.h usability... yes<br>checking zlib.h presence... yes<br>checking for zlib.h... yes<br>checking for MINIZIP... no<br>checking unzip.h usability... no<br>checking unzip.h presence... no<br>checking for unzip.h... no<br>checking for IDN... no<br>checking for DBUS... no<br>configure: WARNING: No package 'dbus-1' found.<br>checking for SYSTEMD... no<br>configure: WARNING: No package 'libsystemd' found.<br>checking for ntohl in sys/param.h... no<br>checking if gcc -std=gnu99 accepts -Wall... yes<br>checking if gcc -std=gnu99 accepts -Wextra... yes<br>checking if gcc -std=gnu99 accepts -Wsign-compare... yes<br>checking if gcc -std=gnu99 accepts -Wundef... yes<br>checking if gcc -std=gnu99 accepts -Wpointer-arith... yes<br>checking if gcc -std=gnu99 accepts -Wbad-function-cast... yes<br>checking if gcc -std=gnu99 accepts -Wwrite-strings... yes<br>checking if gcc -std=gnu99 accepts -Wmissing-prototypes... yes<br>checking if gcc -std=gnu99 accepts -Wvolatile-register-var... yes<br>checking if gcc -std=gnu99 accepts -Werror-implicit-function-declaration... yes<br>checking if gcc -std=gnu99 accepts -Winit-self... yes<br>checking if gcc -std=gnu99 accepts -Wlogical-op... yes<br>checking if gcc -std=gnu99 accepts -pipe... yes<br>checking if g++ accepts -Wall... yes<br>checking if g++ accepts -Wextra... yes<br>checking if g++ accepts -Wsign-compare... yes<br>checking if g++ accepts -Wundef... yes<br>checking if g++ accepts -Wpointer-arith... yes<br>checking if g++ accepts -Wvolatile-register-var... yes<br>checking if gcc -std=gnu99 accepts -fvisibility=hidden... yes<br>checking if gcc -std=gnu99 accepts -O3... yes<br>checking if gcc -std=gnu99 accepts -ffast-math... yes<br>checking if gcc -std=gnu99 accepts -funroll-loops... yes<br>checking if gcc -std=gnu99 accepts -fomit-frame-pointer... yes<br>checking if linker supports -Bsymbolic... -Wl,-Bsymbolic<br>checking __attribute__ ((aligned ())) support... 64<br>checking for __attribute__((packed))... yes<br>checking execinfo.h usability... yes<br>checking execinfo.h presence... yes<br>checking for execinfo.h... yes<br>checking for backtrace... yes<br>checking if gcc -std=gnu99 groks 3D Now! inline assembly... no<br>checking for LUA... no<br>configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead<br>checking for LUA... yes<br>checking for luac... /usr/bin/luac<br>checking for ARCHIVE... no<br>configure: WARNING: Library libarchive >= 3.1.0 needed for archive was not found<br>checking for LIVE555... no<br>configure: WARNING: No package 'live555' found.<br>checking for live555 version 1324598400 or later... no<br>configure: WARNING: live555 is missing or its installed version is too old:<br>Version 2011.12.23 or later is required to proceed.<br>You can get an updated one from <a href="http://www.live555.com/liveMedia">http://www.live555.com/liveMedia</a> .<br>checking for DC1394... yes<br>checking for DV1394... no<br>configure: WARNING: Library libraw1394 >= 2.0.1 libavc1394 >= 0.5.3 needed for dv1394 was not found<br>checking for LINSYS_SDI... yes<br>checking for DVDREAD... no<br>configure: WARNING: Library dvdread > 4.9.0 needed for dvdread was not found<br>checking for DVDNAV... no<br>configure: WARNING: Library dvdnav > 4.9.0 needed for dvdnav was not found<br>checking for BLURAY... no<br>configure: WARNING: Library libbluray >= 0.5.0 needed for bluray was not found<br>checking for OPENCV... yes<br>checking for SMBCLIENT... no<br>configure: WARNING: Library smbclient needed for smbclient was not found<br>checking for DSM... no<br>configure: WARNING: Library libdsm >= 0.0.4 needed for dsm was not found<br>checking for SFTP... yes<br>checking linux/videodev2.h usability... yes<br>checking linux/videodev2.h presence... yes<br>checking for linux/videodev2.h... yes<br>checking sys/videoio.h usability... no<br>checking sys/videoio.h presence... no<br>checking for sys/videoio.h... no<br>checking DeckLinkAPIDispatch.cpp usability... no<br>checking DeckLinkAPIDispatch.cpp presence... no<br>checking for DeckLinkAPIDispatch.cpp... no<br>configure: WARNING: Blackmagic DeckLink SDI include files not found<br>checking for GNOMEVFS... no<br>configure: WARNING: Library gnome-vfs-2.0 needed for gnomevfs was not found<br>checking for cdrom_msf0 in linux/cdrom.h... yes<br>checking for scsireq in sys/scsiio.h... no<br>checking for ioc_toc_header in sys/cdio.h... no<br>checking for LIBCDDB... yes<br>checking for Linux DVB version 5.1... yes<br>checking for VNC... no<br>configure: WARNING: Library libvncclient >= 0.9.9 needed for vnc was not found<br>checking for FREERDP... no<br>configure: WARNING: Library freerdp >= 1.0.1 needed for freerdp was not found<br>checking for ASDCP... no<br>checking for DVBPSI... no<br>checking gme/gme.h usability... no<br>checking gme/gme.h presence... no<br>checking for gme/gme.h... no<br>checking for SID... no<br>configure: WARNING: No package 'libsidplay2' found (required for sid).<br>checking for OGG... yes<br>checking for LIBVORBIS... yes<br>checking for OGG... yes<br>checking for SHOUT... yes<br>checking ebml/EbmlVersion.h usability... no<br>checking ebml/EbmlVersion.h presence... no<br>checking for ebml/EbmlVersion.h... no<br>checking for LIBMODPLUG... yes<br>checking mpc/mpcdec.h usability... yes<br>checking mpc/mpcdec.h presence... yes<br>checking for mpc/mpcdec.h... yes<br>checking for SHINE... no<br>configure: WARNING: Library shine >= 3.0.0 needed for shine was not found<br>checking for libcrystalhd/libcrystalhd_if.h... no<br>checking mad.h usability... yes<br>checking mad.h presence... yes<br>checking for mad.h... yes<br>checking for mad_bit_init in -lmad... yes<br>checking for MPG123... no<br>configure: WARNING: Library libmpg123 needed for mpg123 was not found<br>checking for libavutil variant... libav<br>checking for GST_APP... no<br>configure: WARNING: No package 'gstreamer-app-1.0' found. GStreamer modules will not be built.<br>checking for AVCODEC... yes<br>checking libavcodec/avcodec.h usability... yes<br>checking libavcodec/avcodec.h presence... yes<br>checking for libavcodec/avcodec.h... yes<br>checking libavutil/avutil.h usability... yes<br>checking libavutil/avutil.h presence... yes<br>checking for libavutil/avutil.h... yes<br>configure: WARNING: .<br>checking for LIBVA_DRM... no<br>configure: WARNING: No package 'libva-drm' found.<br>checking for LIBVA_X11... no<br>configure: WARNING: No package 'libva-x11' found.<br>checking for AVFORMAT... yes<br>checking libavformat/avformat.h usability... yes<br>checking libavformat/avformat.h presence... yes<br>checking for libavformat/avformat.h... yes<br>checking libavformat/avio.h usability... yes<br>checking libavformat/avio.h presence... yes<br>checking for libavformat/avio.h... yes<br>checking for libavcodec/avcodec.h... (cached) yes<br>checking for libavutil/avutil.h... (cached) yes<br>checking for SWSCALE... yes<br>checking libswscale/swscale.h usability... yes<br>checking libswscale/swscale.h presence... yes<br>checking for libswscale/swscale.h... yes<br>checking for libavutil/avutil.h... (cached) yes<br>checking for POSTPROC... yes<br>checking postproc/postprocess.h usability... no<br>checking postproc/postprocess.h presence... no<br>checking for postproc/postprocess.h... no<br>checking faad.h usability... yes<br>checking faad.h presence... yes<br>checking for faad.h... yes<br>checking for faacDecOpen in -lfaad... no<br>checking for NeAACDecOpen in -lfaad... yes<br>checking for VPX... no<br>checking for TWOLAME... yes<br>checking a52dec/a52.h usability... yes<br>checking a52dec/a52.h presence... yes<br>checking for a52dec/a52.h... yes<br>checking for a52_free in -la52... yes<br>checking for DCA... yes<br>checking for FLAC... yes<br>checking for LIBMPEG2... yes<br>checking for VORBIS... yes<br>checking for SPEEX... yes<br>checking for SPEEXDSP... yes<br>checking for OPUS... yes<br>checking for THEORA... yes<br>checking for SCHROEDINGER... yes<br>checking png.h usability... yes<br>checking png.h presence... yes<br>checking for png.h... yes<br>checking for png_set_rows in -lpng... yes<br>checking jpeglib.h usability... yes<br>checking jpeglib.h presence... yes<br>checking for jpeglib.h... yes<br>checking libbpg.h usability... no<br>checking libbpg.h presence... no<br>checking for libbpg.h... no<br>checking for X262... no<br>checking for X265... no<br>configure: WARNING: Library x265 needed for x265 was not found<br>checking for X26410B... no<br>checking for X264... yes<br>checking for MFX... no<br>configure: WARNING: Library libmfx needed for mfx was not found<br>checking for FLUIDSYNTH... no<br>configure: WARNING: Library fluidsynth >= 1.1.2 needed for fluidsynth was not found<br>checking for ZVBI... yes<br>checking for LIBASS... yes<br>checking fontconfig/fontconfig.h usability... yes<br>checking fontconfig/fontconfig.h presence... yes<br>checking for fontconfig/fontconfig.h... yes<br>checking for ARIBB24... no<br>configure: WARNING: Library aribb24 needed for aribsub was not found<br>checking for ARIBB25... no<br>configure: WARNING: Library aribb25 >= 0.2.6 needed for aribb25 was not found<br>checking for KATE... yes<br>checking for TIGER... no<br>checking for EGL... no<br>checking for GL... no<br>checking for X... libraries , headers <br>checking for gethostbyname... yes<br>checking for connect... yes<br>checking for remove... yes<br>checking for shmat... yes<br>checking for IceConnectionNumber in -lICE... yes<br>checking X11/Xlib.h usability... yes<br>checking X11/Xlib.h presence... yes<br>checking for X11/Xlib.h... yes<br>checking for XCB... yes<br>checking for XCB_SHM... yes<br>checking for XCB_COMPOSITE... yes<br>checking for XPROTO... yes<br>checking for XCB_XV... yes<br>checking for XCB_RANDR... yes<br>checking for XCB_KEYSYMS... no<br>configure: WARNING: No package 'xcb-keysyms' found. Hotkeys will not work.<br>checking for VDPAU... no<br>checking for the Wayland scanner... wayland-scanner<br>checking for WAYLAND_CLIENT... no<br>checking for SDL... no<br>configure: WARNING: No package 'sdl' found.<br>checking for FREETYPE... yes<br>checking for fontconfig/fontconfig.h... (cached) yes<br>checking for FRIBIDI... yes<br>checking for SVG... no<br>configure: WARNING: Library librsvg-2.0 >= 2.9.0 needed for svg was not found<br>checking for SVGDEC... no<br>configure: WARNING: Library librsvg-2.0 >= 2.9.0 cairo >= 1.13.1 needed for svgdec was not found<br>checking linux/fb.h usability... yes<br>checking linux/fb.h presence... yes<br>checking for linux/fb.h... yes<br>checking for CACA... no<br>configure: WARNING: Library caca >= 0.99.beta14 needed for caca was not found<br>checking kva.h usability... no<br>checking kva.h presence... no<br>checking for kva.h... no<br>checking interface/mmal/mmal.h usability... yes<br>checking interface/mmal/mmal.h presence... yes<br>checking for interface/mmal/mmal.h... yes<br>checking for vc_tv_unregister_callback_full in -lbcm_host... yes<br>checking for PULSE... no<br>checking for ALSA... no<br>configure: error: No package 'alsa' found. alsa-lib 1.0.24 or later required.<br>root@raspberrypi:/home/pi/vlc# <br><br></div><div>Quelle est la bonne méthode pour arriver à finir la compilation ?<br><br></div><div>Le mieux aurait etait de trouver un paquet vlc compilé pour raspberry<br><br></div><div>Merci de me donner des informations pour ressoudre tout le problèmes existant encore<br><br></div><div>Chrstophe<br></div><div><br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Debian Lenny user 2.6.26/Xorg 7.0.2 & KDE 3.5.10<br><a href="http://www.debian.org" target="_blank">http://www.debian.org</a> # <a href="http://fr.wikipedia.org/wiki/Obsolescence" target="_blank">http://fr.wikipedia.org/wiki/Obsolescence</a><br><a href="https://soutien.laquadrature.net/" target="_blank">https://soutien.laquadrature.net/</a><br><a href="http://gnutux.free.fr" target="_blank">http://gnutux.free.fr</a> # Il faut dire GNU/Linux :) # <a href="http://www.culte.org" target="_blank">www.culte.org</a><br>-- <br>GNU/Linux : May the Force be with you !<br><br></div></div></div>
</div></div></div></div>