1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-09 15:47:44 +00:00

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

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>