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