shithub: openh264

Download patch

ref: 9b0fb562cd9a187dbe862b45227fa954a05d090c
parent: 1f53d38c8b3c5d1a92e4ef36a0c7124a270955e0
parent: edc6aa8fa2bc16aa36419e39a9c697a75ff9665b
author: Ethan Hugg <[email protected]>
date: Thu Jan 23 05:13:53 EST 2014

Merge pull request #195 from mstorsjo/disable-cpufeature-logging

Only print detected cpu info when in debug mode

--- a/codec/encoder/core/src/encoder_ext.cpp
+++ b/codec/encoder/core/src/encoder_ext.cpp
@@ -1966,7 +1966,7 @@
            uiCpuCores,
            iCacheLineSize);
 
-//#ifdef _DEBUG	// output at console & _debug
+#ifdef _DEBUG	// output at console & _debug
   fprintf (stderr, "WELS CPU features/capacities (0x%x) detected: \n"	\
            "HTT:      %c, "	\
            "MMX:      %c, "	\
@@ -2009,7 +2009,7 @@
            (uiCpuFeatureFlags & WELS_CPU_AES) ? 'Y' : 'N',
            uiCpuCores,
            iCacheLineSize);
-//#endif//_DEBUG
+#endif//_DEBUG
 }
 
 /*!