Advertisement
Guest User

1

a guest
Jul 24th, 2018
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. root@new ~ #  find . -name "x265.pc"
  2. ./ffmpeg_sources/x265/build/linux/x265.pc
  3. ./ffmpeg_build/lib/pkgconfig/x265.pc
  4. ./ffmpeg_build/lib/x265.pc
  5. ./ffmpeg_build/lib/lib/pkgconfig/x265.pc
  6. ./ffmpeg_build/lib/lib/x265.pc
  7. root@new ~ # echo $PKG_CONFIG_PATH
  8. /root/ffmpeg_build/lib/pkgconfig
  9. root@new ~ # ls /root/ffmpeg_build/lib/pkgconfig
  10. aom.pc  fdk-aac.pc  opus.pc  x264.pc  x265.pc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement