ffmpeg: fix assembling with binutils v2.41 22191/head
authorOskari Rauta <oskari.rauta@gmail.com>
Sat, 23 Sep 2023 07:10:36 +0000 (10:10 +0300)
committerOskari Rauta <oskari.rauta@gmail.com>
Sat, 23 Sep 2023 15:05:08 +0000 (18:05 +0300)
commit5a68954b0a4fe86d023d9ef80583a98be426ea5f
treea988dc643b253a9debff8ea9dcee40ce93aa80b0
parent4374c3250f424f1e57b175961adb41f24489510d
ffmpeg: fix assembling with binutils v2.41

fix addresses issue when building ffmpeg with binutils v2.41
that is documented here: https://trac.ffmpeg.org/ticket/10405

Issue about build failure is available here:
https://github.com/openwrt/packages/issues/22170

Remarks:
Patch is merged to ffmpeg upstream and will be included in
next release of ffmpeg, so patch applies only to current
version and is removed when package is updated to next
version of ffmpeg.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
multimedia/ffmpeg/Makefile
multimedia/ffmpeg/patches/060-fix-assembling-with-binutils-2.41.patch [new file with mode: 0644]