changeset 27511:c9e8d182aa4b

Make fast bilinear scaler work again.
author michael
date Sun, 07 Sep 2008 16:59:04 +0000
parents 8569c9fcb348
children c1019e4096ca
files libswscale/swscale.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>