doubledogdare610
New Member
So, I want to use OBS Studio on my Debian Testing system (Stretch)
And so I make sure ffmpeg is installed:
So then I follow the OBS compilation instructions here: https://github.com/jp9000/obs-studio/wiki/Install-Instructions#linux
And I come to this:
The cmake log is attatched. I am dumbfounded on what to do at this point.. :/
And so I make sure ffmpeg is installed:
Code:
me@tp-T450s-Travis:~/obs-studio/build$ sudo apt-get install ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
ffmpeg is already the newest version (7:2.8.5-1+b1).
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
And I come to this:
Code:
travis@tp-T450s-Travis:~/obs-studio/build$ cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
-- OBS_VERSION: 0.13.1-10-g54bdb4d
CMake Error at /usr/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find FFmpeg (missing: FFMPEG_AVCODEC_LIBRARIES
FFMPEG_AVCODEC_INCLUDE_DIRS avcodec avfilter avdevice avutil swscale
avformat swresample)
Call Stack (most recent call first):
/usr/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindFFmpeg.cmake:147 (find_package_handle_standard_args)
deps/libff/CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/travis/obs-studio/build/CMakeFiles/CMakeOutput.log".