aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/patches
Commit message (Collapse)AuthorAge
* ffmpeg: update to 4.3Rosen Penev2020-06-25
| | | | | | Remove upstreamed patches. Refreshed other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: fix compilation with glibcRosen Penev2020-05-19
| | | | | | | | | No idea why. Patch submitted upstream: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200503090023.29418-1-rosenp@gmail.com/ Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: add upstream patches fixing MIPS compilationRosen Penev2020-04-28
| | | | | | Removed the Makefile references. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: update to 4.2.2Ian Leonard2020-03-31
| | | | | | | | Drop upstreamed libfdk-aac patches. ffserver was removed in 4.0. ffmpeg does not have a replacement. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Fix fdkaac patchesRosen Penev2019-10-14
| | | | | | | The patch created patch files in the ffmpeg build directory, which did absolutely nothing. Properly backported them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: Fix pkgconfig files to be more cross compile friendlyRosen Penev2019-09-28
| | | | | | | | | | | | | | | | | | | | Before: prefix=/usr exec_prefix=${prefix} libdir=/usr/lib includedir=/usr/include After: prefix=/usr exec_prefix=/usr libdir=${exec_prefix}/lib includedir=${prefix}/include Numbered the other patch file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: build fix for fdk-aac 2.0Ian Leonard2019-02-07
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Update to 2.4.4Ian Leonard2014-12-14
| | | | | | Drop fminf patch; fminf emulation is no longer included upstream. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: patch to fix build with uClibc 0.9.33.2Ted Hess2014-08-13
Signed-off-by: Ted Hess <thess@kitschensync.net>