[cvs] / xvidcore / src / motion / gmc.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/gmc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9, Thu Nov 27 16:31:48 2008 UTC revision 1.10, Sun Nov 30 16:36:44 2008 UTC
# Line 48  Line 48 
48  log2bin(uint32_t value)  log2bin(uint32_t value)
49  {  {
50  /* Changed by Chenm001 */  /* Changed by Chenm001 */
51  #if !defined(_MSC_VER)  #if !defined(_MSC_VER) || defined(ARCH_IS_X86_64)
52    int n = 0;    int n = 0;
53    
54    while (value) {    while (value) {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4