From 8265c2eadda51448ec5fc22afd754e2d39fd5587 Mon Sep 17 00:00:00 2001 From: dodgepong Date: Mon, 9 Feb 2015 22:04:53 -0500 Subject: [PATCH] Update Ubuntu ffmpeg PPA in INSTALL file --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index afd0b2270..9b1f8d26c 100644 --- a/INSTALL +++ b/INSTALL @@ -100,12 +100,12 @@ Mac OSX This will create a .dmg file with an app bundle inside. -Linux (Ubuntu 14.04 installation) +Linux (Ubuntu 14.04/14.10 installation) - FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following commands: - sudo add-apt-repository ppa:jon-severinsson/ffmpeg + sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update && sudo apt-get install ffmpeg - Then you can install OBS with the following commands: