From 45c447a48cb29542c7467a87d4710cb839ad055e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 17 May 2013 08:05:17 -0400 Subject: Remove the check for libavutil/mem.h and assume it is always present. This header has existed since 2007 and xbmc will not build with such an old ffmpeg version that does not have it. --- lib/DllAvUtil.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/DllAvUtil.h b/lib/DllAvUtil.h index aa9036d798..aaa5633275 100644 --- a/lib/DllAvUtil.h +++ b/lib/DllAvUtil.h @@ -56,11 +56,7 @@ extern "C" { #include #endif #include - #if defined(HAVE_LIBAVUTIL_MEM_H) - #include - #else - #include - #endif + #include #include #else #include "libavutil/avutil.h" -- cgit v1.2.3