[FFmpeg-devel] [PATCH] configure: Include quotes around pkg_version

J Shiff joeschiffler3 at gmail.com
Sun Dec 22 02:29:16 EET 2024


On Sat, Dec 21, 2024 at 5:44 PM Alexander Strasser via ffmpeg-devel
<ffmpeg-devel at ffmpeg.org> wrote:
>
> On 2024-12-16 16:19 -0500, Joe Schiffler wrote:
> > Since $pkg_version includes spaces, builds can fail in some MSYS environments.
>
> Could you show what the pkg_version with spaces was in your case?

The value of pkg_version would be: `aom >= 2.0.0`

However, this was because aom was the first package included in the build.
If I disabled aom, then the next package (dav1d) would give a similar
error, and so on.

I get this error message found in ffbuild/config.log:
`Can't find >=.pc in any of` ...

The message should be:
`Can't find aom.pc in any of` ...

The ellipsis represents the value of the PKG_CONFIG_PATH environment variable.


More information about the ffmpeg-devel mailing list