[svn] / branches / release-1_0-branch / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/portab.h

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

revision 677, Tue Nov 26 23:44:11 2002 UTC revision 678, Tue Nov 26 23:50:57 2002 UTC
# Line 52  Line 52 
52   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
53   *  carries forward this exception.   *  carries forward this exception.
54   *   *
55   * $Id: portab.h,v 1.38 2002-11-26 23:44:10 edgomez Exp $   * $Id: portab.h,v 1.39 2002-11-26 23:50:57 edgomez Exp $
56   *   *
57   ****************************************************************************/   ****************************************************************************/
58    
# Line 212  Line 212 
212   | msvc unknown architecture   | msvc unknown architecture
213   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
214  #    else  #    else
215  /* ANSI C version of BSWAP, and POSIX clock() for timer */  /* ANSI C version of BSWAP */
216  #define BSWAP(x) \  #define BSWAP(x) \
217   x = ((((x) & 0xff000000) >> 24) | \   x = ((((x) & 0xff000000) >> 24) | \
218       (((x) & 0x00ff0000) >>  8) | \       (((x) & 0x00ff0000) >>  8) | \
219       (((x) & 0x0000ff00) <<  8) | \       (((x) & 0x0000ff00) <<  8) | \
220       (((x) & 0x000000ff) << 24))       (((x) & 0x000000ff) << 24))
221    
222  #define EMMS() clock()  #define EMMS()
223  #    endif  #    endif
224    
225    
# Line 355  Line 355 
355   | XviD + gcc unsupported Architecture   | XviD + gcc unsupported Architecture
356   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
357  #    else  #    else
358  /* ANSI C version of BSWAP, and POSIX clock() for timer */  /* ANSI C version of BSWAP */
359  #define BSWAP(x) \  #define BSWAP(x) \
360   x = ((((x) & 0xff000000) >> 24) | \   x = ((((x) & 0xff000000) >> 24) | \
361       (((x) & 0x00ff0000) >>  8) | \       (((x) & 0x00ff0000) >>  8) | \
362       (((x) & 0x0000ff00) <<  8) | \       (((x) & 0x0000ff00) <<  8) | \
363       (((x) & 0x000000ff) << 24))       (((x) & 0x000000ff) << 24))
364    
365  #define EMMS() clock()  #define EMMS()
366  #    endif /* Architecture checking */  #    endif /* Architecture checking */
367    
368  /*****************************************************************************  /*****************************************************************************

Legend:
Removed from v.677  
changed lines
  Added in v.678

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