comparison mpegvideo.c @ 3589:19c437d6aba5 libavcodec

Explicitly include fastmemcpy.h from libvo/.
author diego
date Fri, 18 Aug 2006 13:38:24 +0000
parents de0ed6497a13
children eb4a515197da
comparison
equal deleted inserted replaced
3588:6717ead176fd 3589:19c437d6aba5
30 #include "mpegvideo.h" 30 #include "mpegvideo.h"
31 #include "faandct.h" 31 #include "faandct.h"
32 #include <limits.h> 32 #include <limits.h>
33 33
34 #ifdef USE_FASTMEMCPY 34 #ifdef USE_FASTMEMCPY
35 #include "fastmemcpy.h" 35 #include "libvo/fastmemcpy.h"
36 #endif 36 #endif
37 37
38 //#undef NDEBUG 38 //#undef NDEBUG
39 //#include <assert.h> 39 //#include <assert.h>
40 40