]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
minidlna: Add patch to add compatibility with ffmpeg-7.0
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 21 Aug 2024 18:46:09 +0000 (20:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Aug 2024 10:01:06 +0000 (10:01 +0000)
commitc48dfb2d8f7a9b4b4e9dc0794f2e543ae4eab9df
tree7dd263dc66a6a30f14282f5a30204db3f38b3040
parentba6d6014ffa815480651d0f385287b257d14e025
minidlna: Add patch to add compatibility with ffmpeg-7.0

- From ffmpeg-7.0 the channel_layout variable has been changed to ch_layout. A minidlna
   user has submitted a patch to minidlna in May 2024 to fix this. Without this patch
   minidlna fails to build with ffmpeg-7.0 onwards.
- The patch has not yet been merged with minidlna (last commit was in May 2023) so I have
   taken the patch and applied it to the minidlna source tarball.
- Update of rootfile not required

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/minidlna
src/patches/minidlna-1.3.3_add_compatibility_with_ffmpeg_7.0.patch [new file with mode: 0644]