[SCM] libav/experimental: USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:26:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 9f31c7ef37d750441c3371457264ba3ec8d15f3c
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 30 12:02:22 2008 +0000

    USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
    
    Originally committed as revision 14475 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/internal.h b/libavutil/internal.h
index cc62d3b..32db7f5 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -106,7 +106,7 @@
 #    define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
 #endif
 
-#ifdef USE_FASTMEMCPY
+#ifdef CONFIG_FASTMEMCPY
 #    include "libvo/fastmemcpy.h"
 #    define memcpy(a,b,c) fast_memcpy(a,b,c)
 #endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list