ffmpeg: fix compilation with gcc14
authorRosen Penev <rosenp@gmail.com>
Tue, 28 May 2024 21:04:12 +0000 (14:04 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 3 Jun 2024 02:19:10 +0000 (19:19 -0700)
commit9043b66e878e38e55fdf5588dc7eae76b0a32937
tree63d2f2a45c662b95bbddf6ac088739c64cd59289
parentd1f58074b487e4faaf786f38959f53e22ba1f872
ffmpeg: fix compilation with gcc14

Requires disabling a warning as there's an incompatibility between musl
ioctl and v4l2_ioctl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
multimedia/ffmpeg/Makefile
multimedia/ffmpeg/patches/020-ioctl.patch [new file with mode: 0644]