Advertisement
Guest User

config.log

a guest
Oct 2nd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. END /tmp/ffconf.9EtQgx5n.c
  2. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/home/eduardo/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/opus -I/home/eduardo/ffmpeg_build/include -I/home/eduardo/ffmpeg_build/include -I/home/eduardo/ffmpeg_build/include -I/home/eduardo/ffmpeg_build/include -E -o /tmp/ffconf.pyO7Fa57.o /tmp/ffconf.9EtQgx5n.c
  3. In file included from /tmp/ffconf.9EtQgx5n.c:1:0:
  4. /usr/include/x264.h:36:4: warning: #warning You must include stdint.h or inttypes.h before x264.h [-Wcpp]
  5. # warning You must include stdint.h or inttypes.h before x264.h
  6. ^
  7. check_cpp_condition x264.h X264_MPEG2
  8. check_cpp
  9. BEGIN /tmp/ffconf.9EtQgx5n.c
  10. 1 #include <x264.h>
  11. 2 #if !(X264_MPEG2)
  12. 3 #error "unsatisfied condition: X264_MPEG2"
  13. 4 #endif
  14. END /tmp/ffconf.9EtQgx5n.c
  15. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/home/eduardo/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/opus -I/home/eduardo/ffmpeg_build/include -I/home/eduardo/ffmpeg_build/include -I/home/eduardo/ffmpeg_build/include -I/home/eduardo/ffmpeg_build/include -E -o /tmp/ffconf.pyO7Fa57.o /tmp/ffconf.9EtQgx5n.c
  16. In file included from /tmp/ffconf.9EtQgx5n.c:1:0:
  17. /usr/include/x264.h:36:4: warning: #warning You must include stdint.h or inttypes.h before x264.h [-Wcpp]
  18. # warning You must include stdint.h or inttypes.h before x264.h
  19. ^
  20. /tmp/ffconf.9EtQgx5n.c:3:2: error: #error "unsatisfied condition: X264_MPEG2"
  21. #error "unsatisfied condition: X264_MPEG2"
  22. ^
  23. check_pkg_config x265 x265.h x265_api_get
  24. pkg-config --exists --print-errors x265
  25. Package x265 was not found in the pkg-config search path.
  26. Perhaps you should add the directory containing `x265.pc'
  27. to the PKG_CONFIG_PATH environment variable
  28. No package 'x265' found
  29. ERROR: x265 not found using pkg-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement