From 42bbb763fd93ee3936ea50e003c0892c791b1214 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 27 Feb 2014 14:20:25 +0100 Subject: Fix compile with newer libav. --- video.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'video.c') diff --git a/video.c b/video.c index e981230..01bde83 100644 --- a/video.c +++ b/video.c @@ -64,6 +64,7 @@ #include #include #include +#include #include #define _(str) gettext(str) ///< gettext shortcut @@ -11474,7 +11475,7 @@ static void PrintVersion(void) #ifdef GIT_REV "(GIT-" GIT_REV ")" #endif - ",\n\t(c) 2009 - 2013 by Johns\n" + ",\n\t(c) 2009 - 2014 by Johns\n" "\tLicense AGPLv3: GNU Affero General Public License version 3\n"); } -- cgit v1.2.3