Skip to content

Commit

Permalink
updated release info
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Helmrich committed Mar 15, 2021
1 parent c3897d3 commit 0cbed73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ more detailed explanation of the steps required to compile FFmpeg.
First, you need to obtain the latest revision of the *FFmpeg 4.3.x*
source code from its Git repository:

`git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg`
`git clone -b release/4.3 https://git.ffmpeg.org/ffmpeg.git ffmpeg`

Alternatively, you may download the latest release as a zip archive
Alternatively, download the latest 4.3.x release as a zip archive
from https://github.com/FFmpeg/FFmpeg/releases and unpack it. Note
that you may need to rename the upper-level directory to `ffmpeg`.
Then, you need to copy the files inside the `libavfilter` directory
Expand Down

0 comments on commit 0cbed73

Please sign in to comment.