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. --- softhddev.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'softhddev.c') diff --git a/softhddev.c b/softhddev.c index e3c09d1..2f873c0 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1,7 +1,7 @@ /// /// @file softhddev.c @brief A software HD device plugin for VDR. /// -/// Copyright (c) 2011 - 2013 by Johns. All Rights Reserved. +/// Copyright (c) 2011 - 2014 by Johns. All Rights Reserved. /// /// Contributor(s): /// @@ -32,15 +32,18 @@ #include #include +#include #include #include #include +#include #include #define _(str) gettext(str) ///< gettext shortcut #define _N(str) str ///< gettext_noop shortcut #include +#include // support old ffmpeg versions <1.0 #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55,18,102) #define AVCodecID CodecID -- cgit v1.2.3