#6247 closed defect (invalid)
Building from source creates an error
Reported by: | m33ts4k0z | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Following this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu to compile ffmpeg, creates an error about libass missing:
ERROR: libass not found using pkg-config
However, libass is installed and the following command returns no errors:
root@root:~/ffmpeg_sources/ffmpeg# pkg-config --exists --print-errors libass
root@root:~/ffmpeg_sources/ffmpeg#
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to m33ts4k0z:
Following this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu to compile ffmpeg, creates an error about libass missing:
ERROR: libass not found using pkg-config
Please read the remaining output of configure.
Since you need installation support and a bug is very unlikely, I'll close this ticket, feel free to reopen if you believe I am wrong.
comment:3 by , 8 years ago
Apparently a -dev package(s) was missing: most certainly libass-dev but the same user did not specify when asked at the gusari forum.
This is on debian 9 stretch