mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
iconv wants to use too modern automake
This commit is contained in:
parent
a7d5f30fae
commit
06575a2475
@ -16,6 +16,9 @@ ffbuild_dockerdl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerbuild() {
|
ffbuild_dockerbuild() {
|
||||||
|
# No automake 1.17 packaged anywhere yet.
|
||||||
|
sed -i 's/-1.17/-1.16/' Makefile.devel
|
||||||
|
|
||||||
(unset CC CFLAGS GMAKE && ./autogen.sh)
|
(unset CC CFLAGS GMAKE && ./autogen.sh)
|
||||||
|
|
||||||
local myconf=(
|
local myconf=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user