Changes between Version 182 and Version 183 of CompilationGuide/Ubuntu


Ignore:
Timestamp:
Mar 31, 2022, 9:10:18 PM (4 years ago)
Author:
Bartek Zdanowski
Comment:

added a solution for ERROR: x265 not found using pkg-config

Legend:

Unmodified
Added
Removed
Modified
  • CompilationGuide/Ubuntu

    v182 v183  
    373373}}}
    374374
     375Due to an unresolved x265 bug/feature with threads library (see https://bitbucket.org/multicoreware/x265_git/issues/371/x265-not-found-using-pkg-config) sometimes it's needed to add
     376{{{
     377--extra-libs="-lpthread"
     378}}}
     379switch to ''configure'' script. Otherwise ''ERROR: x265 not found using pkg-config'' might pop out.
     380
    375381Now re-login or run the following command for your current shell session to recognize the new `ffmpeg` location:
    376382