ERROR: libass not found using pkg-config2

简介: ERROR: libass not found using pkg-config2

直接安装:

apt install libass-dev
#apt install libass-devel

需要提醒的是,如果换一台机器,如果缺少库就会产生问题。所以最好全部源码编译。



ERROR: libmp3lame >= 3.98.3 not found


apt install libmp3lame-dev



ERROR: opus not found using pkg-config


apt install libopus-dev



ERROR: libtheora not found

apt install libtheora-dev



ERROR: vorbis not found using pkg-config


apt install libvorbis-dev



ERROR: x265 not found using pkg-config


apt install libx265-dev


目录
相关文章
|
前端开发
【前端异常】Module build failed: Error: ENOENT: no such file or directory, scandir ‘G:\OPWeb\public\node_m
【前端异常】Module build failed: Error: ENOENT: no such file or directory, scandir ‘G:\OPWeb\public\node_m
254 0
|
7月前
Parsing error: No Babel config file detected for XXXXX
Parsing error: No Babel config file detected for XXXXX
成功解决:ERROR StatusLogger No log4j2 configuration file found.
成功解决:ERROR StatusLogger No log4j2 configuration file found.
configure: error: cups-config not found
configure: error: cups-config not found
102 0
configure: error: libacl not found
configure: error: libacl not found
82 0
ERROR: libass not found using pkg-config2
ERROR: libass not found using pkg-config2
162 0
ERROR: libass not found using pkg-config
ERROR: libass not found using pkg-config
213 0
|
开发工具 git
error: could not lock config file .git/config: Permission denied/Command failed with exit 255
error: could not lock config file .git/config: Permission denied/Command failed with exit 255
422 0
|
开发工具 git
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
127 0