diff options
author | Felix Bünemann <Felix.Buenemann@gmx.de> | 2002-01-19 05:14:47 +0000 |
---|---|---|
committer | Felix Bünemann <Felix.Buenemann@gmx.de> | 2002-01-19 05:14:47 +0000 |
commit | 9b4644281d72fc44fe1b38d18dc7732fd25f7eb1 (patch) | |
tree | 7a3f82a16559254d53a7838289688b2207da2413 /postproc/swscale.c | |
parent | 0a8d8945fd2a24d8c1b4728f696b8b58fc54ceb5 (diff) | |
download | ffmpeg-9b4644281d72fc44fe1b38d18dc7732fd25f7eb1.tar.gz |
mangle for win32 in postproc
Originally committed as revision 4249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r-- | postproc/swscale.c | 1 |
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 |