[FFmpeg-trac] #9737(ffmpeg:new): Cannot compile because of missing libunistring-dev
FFmpeg
trac at avcodec.org
Wed Apr 20 03:32:46 EEST 2022
#9737: Cannot compile because of missing libunistring-dev
-------------------------------------+-------------------------------------
Reporter: Tom Carlson | Type: task
Status: new | Priority: normal
Component: ffmpeg | Version:
| unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: Error: gnutls not found using pkg-config
How to reproduce: Follow instuctions on
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
After confirming that gnutls was indeed installed, the problem persisted.
Finally found this page
https://linuxhint.com/install_ffmpeg_ubuntu_20-04/
As they suggested, I installed libunistring-dev
apt install -y libunistring-dev
This fixed the problem.
You should add libunistring-dev to your list of dependencies that you
install.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9737>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list