Advertisement
Guest User

1

a guest
Dec 4th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. root@r-bg6:~/ffmpeg_sources/ffmpeg# cat ~/ffmpeg_build/lib/pkgconfig/x265.pc ; ls -l ~/ffmpeg_build/lib/libx265*
  2. prefix=/root/ffmpeg_build
  3. exec_prefix=${prefix}
  4. libdir=${exec_prefix}/lib
  5. includedir=${prefix}/include
  6.  
  7. Name: x265
  8. Description: H.265/HEVC video encoder
  9. Version: 2.6
  10. Libs: -L${libdir} -lx265
  11. Libs.private: -lstdc++ -lm -lrt -ldl -lnuma
  12. Cflags: -I${includedir}
  13. -rw-r--r-- 1 root root 6041344 Dec 4 21:00 /root/ffmpeg_build/lib/libx265.a
  14. lrwxrwxrwx 1 root root 14 Dec 1 19:01 /root/ffmpeg_build/lib/libx265.so -> libx265.so.147
  15. -rw-r--r-- 1 root root 2241192 Dec 1 19:00 /root/ffmpeg_build/lib/libx265.so.147
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement