[SCM] libav/experimental: 10l in rgb2rgb_template.c patch by Erik Auerswald <auerswal at unix-ag uni-kl de>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:47:28 UTC 2013


The following commit has been merged in the experimental branch:
commit 4ee5599fbacf7d94c7fa21eaa734fdfa834c388a
Author: Erik Auerswald <auerswal at unix-ag.uni-kl.de>
Date:   Sun Apr 16 08:27:16 2006 +0000

    10l in rgb2rgb_template.c
    patch by Erik Auerswald <auerswal at unix-ag uni-kl de>
    
    Originally committed as revision 18111 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/rgb2rgb_template.c b/postproc/rgb2rgb_template.c
index d03493c..807da61 100644
--- a/postproc/rgb2rgb_template.c
+++ b/postproc/rgb2rgb_template.c
@@ -45,7 +45,7 @@
 #ifdef __APPLE__
 #define PREFETCH "#"
 #define PREFETCHW "#"
-#elif
+#else
 #define PREFETCH "/nop"
 #define PREFETCHW "/nop"
 #endif
@@ -65,7 +65,7 @@
 #define MOVNTQ "movq"
 #ifdef __APPLE__
 #define SFENCE "#"
-#elif
+#else
 #define SFENCE "/nop"
 #endif
 #endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list