Advertisement
Guest User

Error 1

a guest
Jan 5th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. -- The C compiler identification is GNU 7.3.0
  2. -- The CXX compiler identification is GNU 7.3.0
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Setting build type to 'Release' as none was specified.
  16. -- Could NOT find FFmpeg_avcodec (missing: FFmpeg_avcodec_LIBRARY FFmpeg_avcodec_INCLUDE_DIR)
  17. -- Could NOT find FFmpeg_avutil (missing: FFmpeg_avutil_LIBRARY FFmpeg_avutil_INCLUDE_DIR)
  18. -- Could NOT find FFmpeg_swresample (missing: FFmpeg_swresample_LIBRARY FFmpeg_swresample_INCLUDE_DIR)
  19. CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  20. Could NOT find FFmpeg (missing: FFmpeg_avcodec_FOUND FFmpeg_avutil_FOUND
  21. FFmpeg_swresample_FOUND FFmpeg_INCLUDE_DIRS FFmpeg_LIBRARIES)
  22. Call Stack (most recent call first):
  23. /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  24. cmake/modules/FindFFmpeg.cmake:123 (find_package_handle_standard_args)
  25. CMakeLists.txt:120 (find_package)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement