summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-19 05:14:47 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-19 05:14:47 +0000
commitcdc2fe57bd4e958c073647c7a4a098c6bd9da250 (patch)
treec97cfebd0ea872c620a4e4cdbf5eb95e2d05d477 /postproc/swscale.c
parent4e3181a1683983c6fc9e6fb81fa4af1f157d7bde (diff)
downloadmpv-cdc2fe57bd4e958c073647c7a4a098c6bd9da250.tar.bz2
mpv-cdc2fe57bd4e958c073647c7a4a098c6bd9da250.tar.xz
mangle for win32 in postproc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4249 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r--postproc/swscale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index 5c734c6a64..0f51745032 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -10,6 +10,7 @@
#include <math.h>
#include <stdio.h>
#include "../config.h"
+#include "../mangle.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif