From d63a2cb1031beb7fc4260e0973c12e6a1ffdd131 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 7 Sep 2008 16:59:04 +0000
Subject: [PATCH] Make fast bilinear scaler work again.

Originally committed as revision 27543 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
---
 libswscale/swscale.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 54e391cce6a..c4b14c9d837 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -54,6 +54,7 @@ untested special converters
   BGR24 -> YV12
 */
 
+#define _SVID_SOURCE //needed for MAP_ANONYMOUS
 #include <inttypes.h>
 #include <string.h>
 #include <math.h>
-- 
GitLab