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

« back to all changes in this revision

Viewing changes to libdv/vlc_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:
1
1
        #include "asmoff.h"
 
2
.section .note.GNU-stack, "", @progbits
 
3
 
2
4
.text
3
5
        .align 4
4
6
.globl dv_decode_vlc 
141
143
.text
142
144
        .align  4
143
145
.globl  dv_parse_ac_coeffs_pass0
 
146
.type   dv_parse_ac_coeffs_pass0,@function
144
147
dv_parse_ac_coeffs_pass0:
145
148
        pushl   %ebx
146
149
        pushl   %edi
359
362
        gint dv_parse_video_segment(dv_videosegment_t *seg, guint quality) {
360
363
        */
361
364
        .globl dv_parse_video_segment
 
365
        .type  dv_parse_video_segment,@function
362
366
dv_parse_video_segment:
363
367
        pushl   %ebx
364
368
        pushl   %edi