Changes between Version 182 and Version 183 of CompilationGuide/Ubuntu
- Timestamp:
- Mar 31, 2022, 9:10:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v182 v183 373 373 }}} 374 374 375 Due 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 }}} 379 switch to ''configure'' script. Otherwise ''ERROR: x265 not found using pkg-config'' might pop out. 380 375 381 Now re-login or run the following command for your current shell session to recognize the new `ffmpeg` location: 376 382
