Opened 21 months ago

Last modified 21 months ago

#65703 closed defect

ffmpeg @4.4.2_2: ERROR: sdl2 requested but not found — at Version 1

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: haspatch Cc: dbevans (David B. Evans), jeremyhu (Jeremy Huddleston Sequoia), jmroot (Joshua Root), terrydop@…
Port: ffmpeg, ffmpeg-devel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

ffmpeg cannot find libsdl2 anymore:

ERROR: sdl2 requested but not found

libsdl2 was just updated from 2.0.22 to 2.24.0 and ffmpeg specifically requests a version of libsdl2 less than 2.1.0:

pkg-config --exists --print-errors sdl2 >= 2.0.1 sdl2 < 2.1.0
Requested 'sdl2 < 2.1.0' but version of sdl2 is 2.24.0

I assume that ffmpeg is not actually incompatible with this version, it was just unaware of the change in libsdl2's version numbering scheme, and that ffmpeg should change this version check. But since they haven't yet done that in their git repository and I can't find an upstream bug report, we should report it to the developers of ffmpeg.

Change History (1)

comment:1 Changed 21 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: ffmpeg-devel added
Note: See TracTickets for help on using tickets.