arm64 ffmpeg cleanup

This commit is contained in:
Blake Blackshear 2020-10-03 14:21:23 -05:00
parent 9d4fdec12f
commit 82692b0ddc

View File

@ -86,6 +86,8 @@ RUN buildDeps="autoconf \
python \
libssl-dev \
yasm \
linux-headers-raspi2 \
libomxil-bellagio-dev \
zlib1g-dev" && \
apt-get -yqq update && \
apt-get install -yq --no-install-recommends ${buildDeps}
@ -452,9 +454,6 @@ RUN \
curl -sLO https://ffmpeg.org/releases/ffmpeg-${FFMPEG_VERSION}.tar.bz2 && \
tar -jx --strip-components=1 -f ffmpeg-${FFMPEG_VERSION}.tar.bz2
RUN apt-get install -yq --no-install-recommends linux-headers-raspi2 libomxil-bellagio-dev
RUN \
DIR=/tmp/ffmpeg && mkdir -p ${DIR} && cd ${DIR} && \
./configure \