Skip to content

Instantly share code, notes, and snippets.

@b1tg
Last active August 31, 2020 00:56
Show Gist options
  • Save b1tg/d004fb8deeb7c79459eaed7075bae296 to your computer and use it in GitHub Desktop.
Save b1tg/d004fb8deeb7c79459eaed7075bae296 to your computer and use it in GitHub Desktop.
ERROR: x265 not found using pkg-config on Ubuntu 20.04

rebuild the x265 source not work for me.

my solution:

0x00. find "x265.pc"

sudo find / -name "x265.pc" 

0x01. set PKG_CONFIG_PATH

export PKG_CONFIG_PATH=/home/xxx/work/FFmpeg/lib/pkgconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment