[FFmpeg-devel] configure: Require libkvazaar < 0.7

Arttu Ylä-Outinen arttu.yla-outinen at tut.fi
Wed Oct 14 13:28:36 CEST 2015


On 2015-10-14 13:19, Carl Eugen Hoyos wrote:
> Hi!
> 
> Attached patch for release/2.8 is supposed to fix ticket #4925, completely
> untested.
> 
> Please comment, Carl Eugen

> +enabled libkvazaar        && require_pkg_config "kvazaar < 0.7.0" kvazaar kvazaar.h kvz_api_get

There is an extra "kvazaar" between 0.7.0 and kvazaar.h. It should be

    enabled libkvazaar && require_pkg_config "kvazaar < 0.7.0" kvazaar.h kvz_api_get

instead. With that change, the patch seems to fix the problem in #4925.

- Arttu


More information about the ffmpeg-devel mailing list