~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to liba52/a52_internal.h

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2009-03-23 10:05:45 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090323100545-x8h79obawnnte7kk
Tags: 1.0~rc2+svn20090303-5
debian/control : move docbook-xml,docbook-xsl,xsltproc from 
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *
9
9
 * Modified for use with MPlayer, changes contained in liba52_changes.diff.
10
10
 * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
11
 
 * $Id: a52_internal.h 18786 2006-06-22 13:34:00Z diego $
 
11
 * $Id: a52_internal.h 28325 2009-01-16 09:21:21Z reimar $
12
12
 *
13
13
 * a52dec is free software; you can redistribute it and/or modify
14
14
 * it under the terms of the GNU General Public License as published by
107
107
#define DELTA_BIT_NONE (2)
108
108
#define DELTA_BIT_RESERVED (3)
109
109
 
110
 
#ifdef ARCH_X86_64
 
110
#if ARCH_X86_64
111
111
# define REG_a "rax"
112
112
# define REG_d "rdx"
113
113
# define REG_S "rsi"