[SCM] libva packaging branch, master, updated. upstream/1.0.1-24-g6af056e
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Wed Jun 16 23:36:06 UTC 2010
The following commit has been merged in the master branch:
commit 38dc555ba47d82ab74ec6c21be5b07777c3cd691
Author: Andres Mejia <mcitadel at gmail.com>
Date: Wed Jun 16 19:35:38 2010 -0400
Update fix-warnings patch for some source changes.
diff --git a/debian/patches/fix-warnings.patch b/debian/patches/fix-warnings.patch
index 232feac..3c56160 100644
--- a/debian/patches/fix-warnings.patch
+++ b/debian/patches/fix-warnings.patch
@@ -1,19 +1,6 @@
Patch to fix a few warnings.
-Fix for strtok_r is for "expected ‘char * __restrict__’ but argument is of type
-‘const char *’" warning.
-Second is to fix "cast to pointer from integer of different size" warning.
+Fix "cast to pointer from integer of different size" warning.
==========================================================================
---- a/src/va.c
-+++ b/src/va.c
-@@ -141,7 +141,7 @@
- }
-
- search_path = strdup((const char *)search_path);
-- driver_dir = strtok_r((const char *)search_path, ":", &saveptr);
-+ driver_dir = strtok_r(search_path, ":", &saveptr);
- while(driver_dir)
- {
- void *handle = NULL;
--- a/test/putsurface/putsurface.c
+++ b/test/putsurface/putsurface.c
@@ -241,7 +241,7 @@
--
libva packaging
More information about the pkg-multimedia-commits
mailing list