Skip to content

Commit

Permalink
arm64 ffmpeg cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Oct 18, 2020
1 parent 9d4fdec commit 82692b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile.ffmpeg.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 82692b0

Please sign in to comment.