~ubuntu-branches/ubuntu/trusty/libdv/trusty

« back to all changes in this revision

Viewing changes to libdv/quant_x86.S

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2006-09-26 14:22:15 UTC
  • mfrom: (1.3.1 upstream) (3.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060926142215-q2arp4stpw6lrb5p
Tags: 1.0.0-1
* New upstream version.
* Removed patches:
  + [01_changelog_update_CVS]
  + [10_amd64_linkage_fix_CVS]
  + [10_inline_fixes_CVS]
  + [20_no_exec_stack_CVS]
  + [30_unload_memleak_fix_CVS]
  + [40_playdv_exit_fix_CVS]
  + [50_gcc41_asm_constraint_fixes_CVS]
    All of the above are part of the new upstream version.
* debian/control: In Build-Depends, remove alternative dependencies on
  obsolete SDL and X packages.
* debian/control: Complies with version 3.7.2 of Debian policy.
* debian/libdv4.README.Debian: Document lack of position-independent code
  in i386 version of libdv's shared library as mandated by recent versions
  of Debian policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 *  The libdv homepage is http://libdv.sourceforge.net/.  
25
25
 */
26
26
 
 
27
.section .note.GNU-stack, "", @progbits
 
28
.previous
27
29
 
28
30
/*
29
31
 
55
57
.text
56
58
        .align  4
57
59
.globl  _dv_quant_88_inverse_x86
58
 
_dv_quant_88_inverse_x86:       
 
60
.hidden _dv_quant_88_inverse_x86
 
61
.type   _dv_quant_88_inverse_x86,@function
 
62
_dv_quant_88_inverse_x86:
59
63
        pushl   %ebx
60
64
        pushl   %esi
61
65
 
193
197
 
194
198
        .align  4
195
199
.globl  _dv_quant_x86
196
 
_dv_quant_x86:  
 
200
.hidden _dv_quant_x86
 
201
.type   _dv_quant_x86,@function
 
202
_dv_quant_x86:
197
203
        pushl   %ebx
198
204
        pushl   %ecx
199
205
        pushl   %edx