summaryrefslogtreecommitdiff
path: root/libavutil/lzo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/lzo.c')
-rw-r--r--libavutil/lzo.c5
1 files changed, 2 insertions, 3 deletions
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 <string.h>
+
#include "avutil.h"
#include "common.h"
-/// Avoid e.g. MPlayers fast_memcpy, it slows things down here.
-#undef memcpy
-#include <string.h>
#include "lzo.h"
/// Define if we may write up to 12 bytes beyond the output buffer.