Advertisement
mateon1

ffmpeg build issues

Apr 9th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. -- (working directory is /tmp/ffmpeg-20160407-git-0c94906)
  2. $ pkg-config --debug x265
  3. no output option set, defaulting to --exists
  4. Error printing disabled by default due to use of output options --exists, --atleast/exact/max-version or no output option at all. Value of --print-errors: 0
  5. Error printing disabled
  6. Adding virtual 'pkg-config' package to list of known packages
  7. Scanning directory '/mingw64/lib/pkgconfig'
  8. Ignoring file '.' in search directory; not a .pc file
  9. Ignoring file '..' in search directory; not a .pc file
  10. File 'bzip2.pc' appears to be a .pc file
  11. Will find package 'bzip2' in file '/mingw64/lib/pkgconfig/bzip2.pc'
  12. File 'cairo-fc.pc' appears to be a .pc file
  13. Will find package 'cairo-fc' in file '/mingw64/lib/pkgconfig/cairo-fc.pc'
  14. File 'cairo-ft.pc' appears to be a .pc file
  15. Will find package 'cairo-ft' in file '/mingw64/lib/pkgconfig/cairo-ft.pc'
  16. [Ommited]
  17. File 'libsvn_subr.pc' appears to be a .pc file
  18. Will find package 'libsvn_subr' in file '/usr/share/pkgconfig/libsvn_subr.pc'
  19. File 'libsvn_wc.pc' appears to be a .pc file
  20. Will find package 'libsvn_wc' in file '/usr/share/pkgconfig/libsvn_wc.pc'
  21. Looking for package 'x265'
  22. Looking for package 'x265-uninstalled'
  23. Reading 'x265' from file '/c/Program Files (x86)/x265/lib/pkgconfig/x265.pc'
  24. Parsing package file '/c/Program Files (x86)/x265/lib/pkgconfig/x265.pc'
  25. line>prefix=C:/Program Files (x86)/x265
  26. Variable declaration, 'prefix' has value 'C:/Program Files (x86)/x265'
  27. line>exec_prefix=${prefix}
  28. Variable declaration, 'exec_prefix' has value 'C:/Program Files (x86)/x265'
  29. line>libdir=${exec_prefix}/lib
  30. Variable declaration, 'libdir' has value 'C:/Program Files (x86)/x265/lib'
  31. line>includedir=${prefix}/include
  32. Variable declaration, 'includedir' has value 'C:/Program Files (x86)/x265/include'
  33. line>
  34. line>Name: x265
  35. line>Description: H.265/HEVC video encoder
  36. line>Version: 1.9
  37. line>Libs: -L${libdir} -lx265
  38. line>Libs.private: -lstdc++ -lmingw32 -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lmoldname -lmingwex -lmsvcrt
  39. line>Cflags: -I${includedir}
  40. Path position of 'x265' is 3
  41. Adding 'x265' to list of known packages
  42.  
  43. $ ./configure --enable-libx265 --prefix=/usr --enable-gpl
  44. ./configure: eval: line 518: syntax error near unexpected token `('
  45. ./configure: eval: line 518: `case (x86)/x265/include in -l*|*.so) ;; *) echo (x86)/x265/include ;; esac'
  46. ./configure: eval: line 510: syntax error near unexpected token `('
  47. ./configure: eval: line 510: `case (x86)/x265/include in -l*|*.so) echo (x86)/x265/include ;; esac'
  48. ERROR: x265 not found using pkg-config
  49.  
  50. If you think configure made a mistake, make sure you are using the latest
  51. version from Git. If the latest version fails, report the problem to the
  52. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  53. Include the log file "config.log" produced by configure as this will help
  54. solve the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement