Skip to content

Commit

Permalink
Add version control tag for ffmpeg-src
Browse files Browse the repository at this point in the history
Signed-off-by: Cinar Ozkul <[email protected]>
  • Loading branch information
cozkul committed Sep 24, 2023
1 parent f3888ba commit db8dfec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ffmpeg-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ For detailed instructions on how to use `FFmpeg`, please visit the [official doc
## Dependencies

On Ubuntu run following commands before running `./build.sh`:

```
sudo apt install nasm
sudo apt install pkg-config
```

## Building

Expand Down
5 changes: 3 additions & 2 deletions ffmpeg-src/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash

# Clean up.
# Clean up
rm -fr ffmpeg* app-ffmpeg

git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
git clone --depth 1 --branch n6.0 https://git.ffmpeg.org/ffmpeg.git ffmpeg


echo "Configuring ffmpeg..."
pushd ffmpeg &> /dev/null || exit 1
Expand Down

0 comments on commit db8dfec

Please sign in to comment.