bon, récupération des sources dans le répertoire root et copié dans un répertoire perso pour éviter les problème de droits
modification dans le fichier CMakeLists.txt de toutes les recherches de libvlc par libvlc0 vu que c’est libvlc0 qui est installé
[code]# Optionally allow embedding LIBVLC0 into the binary as
VLMC requires LIBVLC0
#SET (WITH_LIBVLC0 FALSE CACHE BOOL “Compile LIBVLC0 in VLMC”)
SET(WITH_CRASHBUTTON FALSE CACHE BOOL “Enable the crash button”)
SET(WITH_CRASHHANDLER_GUI TRUE CACHE BOOL “Enable the crash handler GUI (with backtrace and restart capabilities)”)
SET(WITH_CRASHHANDLER TRUE CACHE BOOL “Enable the crash handler”)
FIND_PACKAGE(LIBVLC0)
IF (NOT LIBVLC0_FOUND)
MESSAGE (SEND_ERROR “LIBVLC0 dependency was not found (please get LIBVLC0)!”)
ENDIF (NOT LIBVLC0_FOUND)
INCLUDE_DIRECTORIES(${LIBVLC0_INCLUDE_DIR})[/code]
maintenant il trouve le programme mais n’aboutit pas
[code]cmake …
WARNING*** OUR GIT REPOSITORY HAS MOVED, PLEASE LOOK INTO THE ‘README’ FILE ***
Build type set to ‘Debug’
CMake Error: find_package could not find module FindLIBVLC0.cmake or a configuration file for package LIBVLC0.
Adjust CMAKE_MODULE_PATH to find FindLIBVLC0.cmake or set LIBVLC0_DIR to the directory containing a CMake configuration file for LIBVLC0. The file will have one of the following names:
LIBVLC0Config.cmake
libvlc0-config.cmake
CMake Error at CMakeLists.txt:55 (MESSAGE):
LIBVLC0 dependency was not found (please get LIBVLC0)!
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBVLCCORE_LIBRARY
linked by target “vlmc” in directory /media/maintenance/vlmc/src
– Configuring done
[/code]
quel fichier dois je trouver et renommer en LIBVLC0Config.cmake ou libvlc0-config.cmake ?
merci de votre patience

edit : j’ai trouvé mais j’en reviens au même message d’erreur que le tout premier, il manque les dépendances libvlc 