[SCM] libva/master: remove debian/patches/fix-warnings.patch, applied upstream

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Oct 31 19:24:51 UTC 2011


The following commit has been merged in the master branch:
commit 9e4b66500b6b80ea04b4c13d56cc0edbd7b85ba8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Oct 31 20:16:21 2011 +0100

    remove debian/patches/fix-warnings.patch, applied upstream

diff --git a/debian/patches/fix-warnings.patch b/debian/patches/fix-warnings.patch
deleted file mode 100644
index 3c56160..0000000
--- a/debian/patches/fix-warnings.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Patch to fix a few warnings.
-Fix "cast to pointer from integer of different size" warning.
-==========================================================================
---- a/test/putsurface/putsurface.c
-+++ b/test/putsurface/putsurface.c
-@@ -241,7 +241,7 @@
-         while (surface_id == VA_INVALID_SURFACE)
-             surface_id = get_next_free_surface(&index);
- 
--        if (verbose) printf("Thread %x Display surface 0x%p,\n", (unsigned int)win, (void *)surface_id);
-+        if (verbose) printf("Thread %x Display surface 0x%p,\n", (unsigned int)win, &surface_id);
- 
-         upload_surface(va_dpy, surface_id, box_width, row_shift, display_field);
- 
diff --git a/debian/patches/series b/debian/patches/series
index 867cd27..4f9d87f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-fix-warnings.patch
 remove-unneeded-dep.patch
 remove-unneeded-dep2.patch
 kfreebsd-fixes.patch

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list