From cfb2dfdcc1a4119b9d79d16e81de95eaf4e66252 Mon Sep 17 00:00:00 2001 From: julien Lengrand-Lambert Date: Tue, 31 May 2016 07:25:22 +0200 Subject: [PATCH] Update 2016-05-31-make-fails-compile-ffmpeg.markdown --- _posts/2016-05-31-make-fails-compile-ffmpeg.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/2016-05-31-make-fails-compile-ffmpeg.markdown b/_posts/2016-05-31-make-fails-compile-ffmpeg.markdown index 01e56f0..1b14cc8 100644 --- a/_posts/2016-05-31-make-fails-compile-ffmpeg.markdown +++ b/_posts/2016-05-31-make-fails-compile-ffmpeg.markdown @@ -2,7 +2,7 @@ layout: post status: publish published: true -title: FFMPEG : Make fails to compile +title: FFMPEG Make fails to compile author: Julien Lengrand-Lambert author_login: jlengrand author_email: julien@lengrand.fr @@ -16,6 +16,7 @@ tags: - compilation comments: [] --- + Hey there, Today, I downloaded the latest version of ffmpeg and trid to compile it from scratch. @@ -41,4 +42,4 @@ And guess what : Everything worked perfectly! It is worth noticing that the second download was way slower for me though. This is probably coming from Git having to reformat the code properly for every commit. -Cheers \ No newline at end of file +Cheers