[SCM] libav/experimental: Make fast bilinear scaler work again.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:29:43 UTC 2013


The following commit has been merged in the experimental branch:
commit d63a2cb1031beb7fc4260e0973c12e6a1ffdd131
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Sep 7 16:59:04 2008 +0000

    Make fast bilinear scaler work again.
    
    Originally committed as revision 27543 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 54e391c..c4b14c9 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>

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list