From 54329dd5a5f8435c5a2747201af6c11b506ca50a Mon Sep 17 00:00:00 2001 From: Nick Kurshev Date: Thu, 2 Aug 2001 08:29:38 +0000 Subject: Adding fastmemcpy stuff to speedup mplayer project Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fastmemcpy.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 libavcodec/fastmemcpy.h (limited to 'libavcodec/fastmemcpy.h') diff --git a/libavcodec/fastmemcpy.h b/libavcodec/fastmemcpy.h new file mode 100644 index 0000000000..2a6f5c860d --- /dev/null +++ b/libavcodec/fastmemcpy.h @@ -0,0 +1 @@ +#include "../libvo/fastmemcpy.h" -- cgit v1.2.3