mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-03 16:14:35 +02:00
Update to Ubuntu 21.04
This commit is contained in:
parent
282aab5c38
commit
ca3b93f116
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:21.04
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
@ -17,6 +17,14 @@ ffbuild_dockerbuild() {
|
|||||||
|
|
||||||
cd build/generic
|
cd build/generic
|
||||||
|
|
||||||
|
# The original code fails on a two-digit major...
|
||||||
|
sed -i\
|
||||||
|
-e 's/GCC_MAJOR=.*/GCC_MAJOR=10/' \
|
||||||
|
-e 's/GCC_MINOR=.*/GCC_MINOR=0/' \
|
||||||
|
configure.in
|
||||||
|
|
||||||
|
./bootstrap.sh
|
||||||
|
|
||||||
local myconf=(
|
local myconf=(
|
||||||
--prefix="$FFBUILD_PREFIX"
|
--prefix="$FFBUILD_PREFIX"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user