diff libswscale/swscale.c @ 27511:c9e8d182aa4b

Make fast bilinear scaler work again.
author michael
date Sun, 07 Sep 2008 16:59:04 +0000
parents e95a1c3904a3
children 2550d0c5bcb6
line wrap: on
line diff
--- a/libswscale/swscale.c	Sun Sep 07 14:32:15 2008 +0000
+++ b/libswscale/swscale.c	Sun Sep 07 16:59:04 2008 +0000
@@ -54,6 +54,7 @@
   BGR24 -> YV12
 */
 
+#define _SVID_SOURCE //needed for MAP_ANONYMOUS
 #include <inttypes.h>
 #include <string.h>
 #include <math.h>