Enviado em 10/05/2012 - 14:43h
Fica dando esse erro aqui:
root@ubuntu:/home/davi/vbam/trunk# cmake . -DCMAKE_INSTALL_PREFIX=/usr
-- checking for module 'gtkglextmm-x11-1.2'
-- found gtkglextmm-x11-1.2, version 1.2.0
-- checking for modules 'libavcodec;libavformat;libswscale;libavutil'
-- package 'libavcodec' not found
-- package 'libavformat' not found
-- package 'libswscale' not found
-- package 'libavutil' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:99 (PKG_CHECK_MODULES)
-- Configuring incomplete, errors occurred!
Como eu resolvo ? :(
root@ubuntu:/home/davi/vbam/trunk# cmake . -DCMAKE_INSTALL_PREFIX=/usr
-- checking for module 'gtkglextmm-x11-1.2'
-- found gtkglextmm-x11-1.2, version 1.2.0
-- checking for modules 'libavcodec;libavformat;libswscale;libavutil'
-- package 'libavcodec' not found
-- package 'libavformat' not found
-- package 'libswscale' not found
-- package 'libavutil' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:99 (PKG_CHECK_MODULES)
-- Configuring incomplete, errors occurred!
Como eu resolvo ? :(