Make fast bilinear scaler work again.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27543 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2008-09-07 16:59:04 +00:00
parent 3dbdb9db10
commit 1333189983
1 changed files with 1 additions and 0 deletions

View File

@ -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>