Opened 4 years ago
Closed 4 years ago
#9737 closed task (wontfix)
Cannot compile because of missing libunistring-dev
| Reported by: | Tom Carlson | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | ffmpeg |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.



FFmpeg does not depend on this library, so I doubt the issue is with ffmpeg. IMHO installing gnutls-dev should automatically install libunistring-dev...