From 8fb1e2640505d8815bbe2f0bcdf7140be37acd87 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 18 Oct 2012 16:53:42 +0200 Subject: lzo: Drop obsolete fast_memcpy reference --- libavutil/lzo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libavutil/lzo.c') diff --git a/libavutil/lzo.c b/libavutil/lzo.c index fec3edb9c0..dba0ac9ab1 100644 --- a/libavutil/lzo.c +++ b/libavutil/lzo.c @@ -19,11 +19,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #include "avutil.h" #include "common.h" -/// Avoid e.g. MPlayers fast_memcpy, it slows things down here. -#undef memcpy -#include #include "lzo.h" /// Define if we may write up to 12 bytes beyond the output buffer. -- cgit v1.2.3