From 031b2b5d402d2226cf7538dacaa99c262fb86933 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 21 Jun 2017 10:11:37 +0200 Subject: [PATCH] Libavcodec: compile fix --- src/video_decompress/libavcodec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_decompress/libavcodec.c b/src/video_decompress/libavcodec.c index dc80c753d..3cdf3d990 100644 --- a/src/video_decompress/libavcodec.c +++ b/src/video_decompress/libavcodec.c @@ -73,6 +73,7 @@ using std::min; #define MOD_NAME "[lavd] " +#ifdef __SSE3__ #include "pmmintrin.h" // compat with older Clang compiler #ifndef _mm_bslli_si128