summaryrefslogtreecommitdiff
path: root/libavcodec/fastmemcpy.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-08-02 08:29:38 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-08-02 08:29:38 +0000
commit54329dd5a5f8435c5a2747201af6c11b506ca50a (patch)
tree49b6c8ca2d25d8c6c12fa51065fe8bfcaed8d15f /libavcodec/fastmemcpy.h
parent9aa435b5ba250488f44f4a9310a2c10f4f1ef101 (diff)
Adding fastmemcpy stuff to speedup mplayer project
Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fastmemcpy.h')
-rw-r--r--libavcodec/fastmemcpy.h1
1 files changed, 1 insertions, 0 deletions
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"