[vlc-commits] contrib: harfbuzz: Remove a leftover patch

Martin Storsjö git at videolan.org
Thu Jan 4 21:52:34 CET 2018


vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Jan  4 15:25:20 2018 +0200| [fb646f59953971475fc1c73a1de4b89708de7c8d] | committer: Martin Storsjö

contrib: harfbuzz: Remove a leftover patch

This was made redundant when harfbuzz was updated in
8ecf1fdf83b861cb70081253b3ab491d38b4d22b.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb646f59953971475fc1c73a1de4b89708de7c8d
---

 contrib/src/harfbuzz/win64.patch | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/contrib/src/harfbuzz/win64.patch b/contrib/src/harfbuzz/win64.patch
deleted file mode 100644
index 17c13193da..0000000000
--- a/contrib/src/harfbuzz/win64.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN harfbuzz-orig/src/hb-private.hh harfbuzz/src/hb-private.hh
---- harfbuzz-orig/src/hb-private.hh	2017-01-10 06:18:28.000000000 +0000
-+++ harfbuzz/src/hb-private.hh	2017-12-21 21:46:12.254147419 +0000
-@@ -684,7 +684,7 @@
-   fprintf (stderr, "%-10s", what ? what : "");
- 
-   if (obj)
--    fprintf (stderr, "(%0*lx) ", (unsigned int) (2 * sizeof (void *)), (unsigned long) obj);
-+    fprintf (stderr, "(%0*p) ", (unsigned int) (2 * sizeof (void *)), obj);
-   else
-     fprintf (stderr, " %*s  ", (unsigned int) (2 * sizeof (void *)), "");
- 



More information about the vlc-commits mailing list