[SCM] libav/experimental: 1000l btw what is the sense in all these nonsense REAL_* macros? the extra level of indirection seems to help nothing... can we reverse that and commit a sane replacement?

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:41:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 4471e59b24a7092d92c42997788b77a3f4100ff9
Author: D Richard Felker III <dalias at aerifal.cx>
Date:   Tue Oct 12 07:16:14 2004 +0000

    1000l
    btw what is the sense in all these nonsense REAL_* macros?
    the extra level of indirection seems to help nothing...
    can we reverse that and commit a sane replacement?
    
    Originally committed as revision 3587 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libpostproc/postprocess_template.c b/libavcodec/libpostproc/postprocess_template.c
index a18242a..5e056aa 100644
--- a/libavcodec/libpostproc/postprocess_template.c
+++ b/libavcodec/libpostproc/postprocess_template.c
@@ -50,7 +50,7 @@
 #ifdef HAVE_MMX2
 #define REAL_PAVGB(a,b) "pavgb " #a ", " #b " \n\t"
 #elif defined (HAVE_3DNOW)
-#define REAL_RPAVGB(a,b) "pavgusb " #a ", " #b " \n\t"
+#define REAL_PAVGB(a,b) "pavgusb " #a ", " #b " \n\t"
 #endif
 #define PAVGB(a,b)  REAL_PAVGB(a,b)
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list