Rosen Penev
3c450f44d9
ffmpeg: update to 4.3
Remove upstreamed patches. Refreshed other ones.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
32d3dac6f0
ffmpeg: fix compilation with glibc
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>
5 years ago
Rosen Penev
79afc370f9
ffmpeg: add upstream patches fixing MIPS compilation
Removed the Makefile references.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Ian Leonard
5328a2f393
ffmpeg: update to 4.2.2
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>
5 years ago
Rosen Penev
9af78c5498
ffmpeg: Fix fdkaac patches
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>
5 years ago
Rosen Penev
7477663489
ffmpeg: Fix pkgconfig files to be more cross compile friendly
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>
5 years ago
Ian Leonard
66b69137c1
ffmpeg: build fix for fdk-aac 2.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
6 years ago
Ian Leonard
665cd72e82
ffmpeg: Update to 2.4.4
Drop fminf patch; fminf emulation is no longer included upstream.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Ted Hess
ca7ddc5abc
ffmpeg: patch to fix build with uClibc 0.9.33.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago