Created
February 4, 2015 04:42
-
-
Save ubuntuaddicted/42a4bce0ebf1d2907d35 to your computer and use it in GitHub Desktop.
obs-studio xubuntu 14.04.1 build error std output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubu@dell:~/obs-studio/build$ cmake -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" .. | |
-- Jansson >=2.5 not found, building bundled version | |
-- XCB[XCB]: Found component XCB | |
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): | |
Could NOT find FFMpeg (missing: swresample) (found version "54.63.104") | |
Call Stack (most recent call first): | |
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) | |
cmake/Modules/FindFFMpeg.cmake:135 (find_package_handle_standard_args) | |
libobs/CMakeLists.txt:5 (find_package) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/ubu/obs-studio/build/CMakeFiles/CMakeOutput.log". | |
See also "/home/ubu/obs-studio/build/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment