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.