[svn] / branches / release-0_9_1-fixes / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/release-0_9_1-fixes/xvidcore/src/portab.h

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

revision 516, Sun Sep 22 17:25:13 2002 UTC revision 517, Sun Sep 22 17:59:13 2002 UTC
# Line 28  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   * $Id: portab.h,v 1.29 2002-09-22 17:25:13 edgomez Exp $   * $Id: portab.h,v 1.30 2002-09-22 17:59:13 edgomez Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# Line 300  Line 300 
300   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
301  #    elif defined(ARCH_SPARC)  #    elif defined(ARCH_SPARC)
302  #        define BSWAP(a) \  #        define BSWAP(a) \
303                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) |                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \
304                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
305  #        define EMMS()  #        define EMMS()
306    
# Line 314  Line 314 
314   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
315  #    elif defined(ARCH_MIPS)  #    elif defined(ARCH_MIPS)
316  #        define BSWAP(a) \  #        define BSWAP(a) \
317                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) |                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \
318                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
319  #        define EMMS()  #        define EMMS()
320    

Legend:
Removed from v.516  
changed lines
  Added in v.517

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