[SCM] libav/experimental: * removed TESTCPU_MAIN - not needed for testing

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:32:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 5f6230016abe33d6a8046a1e96e9d3fc64f57e1d
Author: Zdenek Kabelac <kabi at informatics.muni.cz>
Date:   Mon May 27 11:32:01 2002 +0000

    * removed TESTCPU_MAIN - not needed for testing
    
    Originally committed as revision 615 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c
index bb7862c..1702b10 100644
--- a/libavcodec/i386/dsputil_mmx.c
+++ b/libavcodec/i386/dsputil_mmx.c
@@ -893,7 +893,6 @@ static void clear_blocks_mmx(DCTELEM *blocks)
 static void just_return() { return; }
 #endif
 
-#ifndef TESTCPU_MAIN
 void dsputil_init_mmx(void)
 {
     mm_flags = mm_support();
@@ -1046,5 +1045,3 @@ void dsputil_set_bit_exact_mmx(void)
         }
     }
 }
-
-#endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list