Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. -- The C compiler identification is GNU 9.2.1
  2. -- The CXX compiler identification is GNU 9.2.1
  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. -- Performing Test GCC_IS_4_6
  16. -- Performing Test GCC_IS_4_6 - Success
  17. -- Gnash not found
  18. -- The ASM-NASM compiler identification is NASM
  19. -- Found assembler: /usr/bin/nasm
  20. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  21. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
  22. -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so
  23. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  24. -- Found GLEW: /usr/lib/x86_64-linux-gnu/libGLEW.so
  25. -- Found PCRE: /usr/lib/x86_64-linux-gnu/libpcre.so
  26. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "80")
  27. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.37")
  28. -- Checking for module 'liblzma'
  29. -- Found liblzma, version 5.2.4
  30. -- Checking for modules 'cairo;pangocairo'
  31. -- Found cairo, version 1.16.0
  32. -- Found pangocairo, version 1.42.3
  33. -- Checking for modules 'libavcodec;libavutil;libavformat'
  34. -- Found libavcodec, version 58.35.100
  35. -- Found libavutil, version 56.22.100
  36. -- Found libavformat, version 58.20.100
  37. -- Checking for module 'libswresample'
  38. -- Found libswresample, version 3.3.100
  39. -- Looking for avcodec_decode_video2
  40. -- Looking for avcodec_decode_video2 - found
  41. -- Looking for avcodec_decode_audio3
  42. -- Looking for avcodec_decode_audio3 - not found
  43. -- Looking for avcodec_decode_audio4
  44. -- Looking for avcodec_decode_audio4 - found
  45. -- Looking for avio_alloc_context
  46. -- Looking for avio_alloc_context - found
  47. -- Looking for avcodec_alloc_context3
  48. -- Looking for avcodec_alloc_context3 - found
  49. -- Looking for avcodec_open2
  50. -- Looking for avcodec_open2 - found
  51. -- Looking for avformat_close_input
  52. -- Looking for avformat_close_input - found
  53. -- Looking for avformat_find_stream_info
  54. -- Looking for avformat_find_stream_info - found
  55. -- Looking for av_frame_alloc
  56. -- Looking for av_frame_alloc - found
  57. -- Looking for av_frame_unref
  58. -- Looking for av_frame_unref - found
  59. -- Looking for av_packet_unref
  60. -- Looking for av_packet_unref - found
  61. -- Looking for avcodec_send_packet
  62. -- Looking for avcodec_send_packet - found
  63. -- Looking for avcodec_receive_frame
  64. -- Looking for avcodec_receive_frame - found
  65. -- Looking for av_frame_get_sample_rate
  66. -- Looking for av_frame_get_sample_rate - found
  67. -- Performing Test HAVE_AVCODECID
  68. -- Performing Test HAVE_AVCODECID - Success
  69. -- Checking for module 'glib-2.0'
  70. -- Found glib-2.0, version 2.62.1
  71. -- Checking for module 'gthread-2.0'
  72. -- Found gthread-2.0, version 2.62.1
  73. -- Checking for module 'gmodule-2.0'
  74. -- Found gmodule-2.0, version 2.62.1
  75. -- Checking for module 'glibmm-2.4'
  76. -- Found glibmm-2.4, version 2.60.0
  77. -- Checking for module 'sdl2'
  78. -- Found sdl2, version 2.0.10
  79. -- Checking for module 'SDL2_mixer'
  80. -- Found SDL2_mixer, version 2.0.4
  81. -- Checking for module 'libcurl'
  82. -- Found libcurl, version 7.65.3
  83. -- Checking for module 'librtmp'
  84. -- Found librtmp, version v2.4
  85. -- Looking for C++ include atomic
  86. -- Looking for C++ include atomic - found
  87. -- Checking for module 'x11'
  88. -- Found x11, version 1.6.8
  89. -- Configuring done
  90. -- Generating done
  91. -- Build files have been written to: /home/alex/lightspark/obj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement