comparison postproc/swscale_template.c @ 2476:a6c5a537f30a

a few warning fixes (missing #include's)
author pl
date Thu, 25 Oct 2001 23:34:14 +0000
parents 03abc2743ed6
children d21d8d5f2e23
comparison
equal deleted inserted replaced
2475:3369845d92f4 2476:a6c5a537f30a
4 // Orginal C implementation by A'rpi/ESP-team <arpi@thot.banki.hu> 4 // Orginal C implementation by A'rpi/ESP-team <arpi@thot.banki.hu>
5 // current version mostly by Michael Niedermayer (michaelni@gmx.at) 5 // current version mostly by Michael Niedermayer (michaelni@gmx.at)
6 // the parts written by michael are under GNU GPL 6 // the parts written by michael are under GNU GPL
7 7
8 #include <inttypes.h> 8 #include <inttypes.h>
9 #include <string.h>
9 #include "../config.h" 10 #include "../config.h"
10 #include "swscale.h" 11 #include "swscale.h"
11 12
12 //#undef HAVE_MMX2 13 //#undef HAVE_MMX2
13 //#undef HAVE_MMX 14 //#undef HAVE_MMX