[SCM] libav/experimental: via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:34:25 UTC 2013


The following commit has been merged in the experimental branch:
commit 7ca413b44a83d71d879ca9a75be0c88cbe99189b
Author: Francisco Javier Cabello Torres <fjcabello at visual-tools.com>
Date:   Tue Nov 26 16:26:58 2002 +0000

    via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
    
    Originally committed as revision 1285 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cputest.c
index f186d95..b50d653 100644
--- a/libavcodec/i386/cputest.c
+++ b/libavcodec/i386/cputest.c
@@ -91,7 +91,8 @@ int mm_support(void)
 	if( edx & ( 1 << 23) )
 	  rval |= MM_MMX;
 	if( edx & ( 1 << 24) )
-	  rval |= MM_MMXEXT;	
+	  rval |= MM_MMXEXT;
+	return rval;
     } else if (ebx == 0x69727943 &&
                edx == 0x736e4978 &&
                ecx == 0x64616574) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list