diff 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
line wrap: on
line diff
--- a/mpegvideo.c	Sun May 27 22:34:49 2007 +0000
+++ b/mpegvideo.c	Mon May 28 09:30:41 2007 +0000
@@ -35,10 +35,6 @@
 #include "faandct.h"
 #include <limits.h>
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 //#undef NDEBUG
 //#include <assert.h>