~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to debian/patches/214_missing_mmx_blit.diff

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-01-05 14:10:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105141045-letjq81gx5olnxre
Tags: 1.2.13-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Remove svgalib support.
  - Prefer libgl1-mesa-dev build-dependency over xlibmesa-gl-dev.
  - Build for lpia as for i386.
  - Link using -Wl,-Bsymbolic-functions.
  - Munge Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: libsdl1.2-1.2.11/src/video/SDL_blit_N.c
 
1
Index: libsdl1.2-1.2.13/src/video/SDL_blit_N.c
2
2
===================================================================
3
 
--- libsdl1.2-1.2.11.orig/src/video/SDL_blit_N.c        2006-05-09 17:09:30.000000000 +0200
4
 
+++ libsdl1.2-1.2.11/src/video/SDL_blit_N.c     2006-07-19 14:52:12.000000000 +0200
 
3
--- libsdl1.2-1.2.13.orig/src/video/SDL_blit_N.c        2007-12-31 05:48:14.000000000 +0100
 
4
+++ libsdl1.2-1.2.13/src/video/SDL_blit_N.c     2008-01-02 03:20:00.000000000 +0100
5
5
@@ -2333,6 +2333,8 @@
6
6
     { 0x00FF0000,0x0000FF00,0x000000FF, 2, 0x0000001F,0x000003E0,0x00007C00,
7
7
       0, ConvertX86p32_16BGR555, ConvertX86, NO_ALPHA },