Opened 21 months ago

Last modified 21 months ago

#65703 closed defect

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

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

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 the change in libsdl2's version numbering scheme is not a problem for ffmpeg, and ffmpeg should just relax 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 (0)

Note: See TracTickets for help on using tickets.