comparison mpegvideo.c @ 5077:cf6608b00186 libavcodec

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
author diego
date Mon, 28 May 2007 09:30:41 +0000
parents 59f2f619f4a2
children 4dbe6578f811
comparison
equal deleted inserted replaced
5076:796c2a5481ad 5077:cf6608b00186
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
33 #include "mjpegenc.h" 33 #include "mjpegenc.h"
34 #include "msmpeg4.h" 34 #include "msmpeg4.h"
35 #include "faandct.h" 35 #include "faandct.h"
36 #include <limits.h> 36 #include <limits.h>
37
38 #ifdef USE_FASTMEMCPY
39 #include "libvo/fastmemcpy.h"
40 #endif
41 37
42 //#undef NDEBUG 38 //#undef NDEBUG
43 //#include <assert.h> 39 //#include <assert.h>
44 40
45 #ifdef CONFIG_ENCODERS 41 #ifdef CONFIG_ENCODERS