[FFmpeg-cvslog] lzo: Drop obsolete fast_memcpy reference
Diego Biurrun
git at videolan.org
Sat Oct 20 12:43:18 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Oct 18 16:53:42 2012 +0200| [8fb1e2640505d8815bbe2f0bcdf7140be37acd87] | committer: Diego Biurrun
lzo: Drop obsolete fast_memcpy reference
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fb1e2640505d8815bbe2f0bcdf7140be37acd87
---
libavutil/lzo.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libavutil/lzo.c b/libavutil/lzo.c
index fec3edb..dba0ac9 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.
More information about the ffmpeg-cvslog
mailing list