Ticket #1050 (closed defect: fixed)
Incomplete pkgconfig file libavdevice.pc
| Reported by: | marlam | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | build system |
| Version: | git-master | Keywords: | lavfi |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Hi!
The information recorded in libavdevice.pc is sometimes incomplete.
When configured with indev lavfi (libavdevice/lavfi.c), which is the default, then libavdevice requires libavfilter, but that is not recorded in the Requires: or Requires.private: field.
Attachments
Change History
comment:2 Changed 15 months ago by marlam
I tried to make a patch, but I was not able to figure out how the configure magic works.
How do I find out whether libavdevice/lavfi.c is enabled or not?
For libavfilter, there are 'enabled libavfilter_deps_*' tests, but I did not understand how these work.
comment:3 Changed 15 months ago by cehoyos
- Priority changed from normal to important
- Status changed from new to open
Could you test attached patch?
Note: See
TracTickets for help on using
tickets.




Could you send a patch to ffmpeg-devel?