[vlc-commits] contrib: ogg: use upstream patch

Tristan Matthews git at videolan.org
Thu Sep 12 18:09:46 CEST 2019


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Thu Sep 12 12:00:53 2019 -0400| [4c3a03b6f4f5ab9f46907b4d7c74ef9eaa65e035] | committer: Tristan Matthews

contrib: ogg: use upstream patch

No functional change.

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

 contrib/src/ogg/libogg-uint-macos.patch | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/contrib/src/ogg/libogg-uint-macos.patch b/contrib/src/ogg/libogg-uint-macos.patch
index fd5769487f..8dd9c3785e 100644
--- a/contrib/src/ogg/libogg-uint-macos.patch
+++ b/contrib/src/ogg/libogg-uint-macos.patch
@@ -1,5 +1,18 @@
---- libogg/include/ogg/os_types.h	2019-08-13 12:31:53.000000000 -0400
-+++ libogg-new/include/ogg/os_types.h	2019-09-07 00:40:07.000000000 -0400
+From c8fca6b4a02d695b1ceea39b330d4406001c03ed Mon Sep 17 00:00:00 2001
+From: Tristan Matthews <tmatth at videolan.org>
+Date: Sat, 7 Sep 2019 00:46:59 -0400
+Subject: [PATCH 1/1] os_types: fix unsigned typedefs for MacOS
+
+This effectively reverts f8ce071e1040c766157d630d920d6165d35fe422 which was
+probably broken by 6449883ccacfee276ed9d99fa047342cdc51ab88.
+---
+ include/ogg/os_types.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
+index eb8a322..e655a1d 100644
+--- a/include/ogg/os_types.h
++++ b/include/ogg/os_types.h
 @@ -72,11 +72,11 @@
  
  #  include <sys/types.h>
@@ -15,3 +28,6 @@
  
  #elif defined(__HAIKU__)
  
+-- 
+2.20.1
+



More information about the vlc-commits mailing list