Bug#758350: libgroove: Use pkg-config to determine FFmpeg linker flags

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Sun Aug 17 19:01:03 UTC 2014


Hi Sebastian,

On 17.08.2014 03:09, Sebastian Ramacher wrote:
> On 2014-08-16 23:40:51, Andreas Cadhalpun wrote:
>> + # check for libav
>> +-find_package(LibAV 10.0)
>> ++find_package(LibAV)
>
> Why is the version check removed and not replaced with something
> ensuring that libav 10 compatible interfaces are present?

If there are specific interfaces from Libav 10 needed, it would be 
better to directly probe for them.

Furthermore this version check seems to be not very reliable, because 
even if only development packages from FFmpeg (version 2.X.Y) are 
installed, the version is detected as 10.2.

As I don't know why this is the case, or if this behavior will continue 
in the  future, simply removing this version check seems like a good idea.

Best regards,
Andreas



More information about the pkg-multimedia-maintainers mailing list