Skip to content

Commit 670451b

Browse files
committed
Update linux installation instructions for FFmpeg v4.1
1 parent 6bd29f3 commit 670451b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/images/testbeam10-4.1/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM circleci/node:10
44
RUN sudo apt-get update \
55
&& sudo apt-get install software-properties-common \
66
&& sudo add-apt-repository ppa:jonathonf/ffmpeg-4 \
7+
&& sudo apt-get update \
78
&& sudo apt-get install libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev
89

910
# delete all the apt list files since they're big and get stale quickly

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ To ensure that sufficient threads are available to process several requests in p
9898
On Linux, use the appropriate package manager to install the FFmpeg 4.1 development dependencies first. An error will be printed if these cannot be found at expected locations. For example, on Ubuntu:
9999

100100
sudo add-apt-repository ppa:jonathonf/ffmpeg-4
101+
sudo apt-get update
101102
sudo apt-get install libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev
102103

103104
An example for Debian / Redhat / Fedora / CentOs will follow.

0 commit comments

Comments
 (0)