diff mpeg12.c @ 17:b69fe46fd708 libavcodec

Adding fastmemcpy stuff to speedup mplayer project
author nickols_k
date Thu, 02 Aug 2001 08:29:38 +0000
parents 4d50c7d89e0f
children 1d2077091e88
line wrap: on
line diff
--- a/mpeg12.c	Mon Jul 30 23:51:20 2001 +0000
+++ b/mpeg12.c	Thu Aug 02 08:29:38 2001 +0000
@@ -25,6 +25,14 @@
 
 #include "mpeg12data.h"
 
+/* Stuff below is useful only for mplayer project */
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
+
+#ifdef USE_FASTMEMCPY
+#include "fastmemcpy.h"
+#endif
 //#define DEBUG
 
 #ifdef DEBUG