Fix spelling in dependencies

pull/342/head
Chocobozzz 2018-03-15 14:40:06 +01:00
parent cd13917865
commit 30274d67eb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $ ffmpeg -version # Should be >= 3.x
$ g++ -v # Should be >= 5.x
```
if you still have a 2.x ffmpeg version on ubuntu-server :
If you still have a 2.x version of FFmpeg on Ubuntu:
```
$ sudo add-apt-repository ppa:jonathonf/ffmpeg-3
$ sudo apt-get update