[vlc-commits] contribs: fix typo with libplacebo win32 patch

Thomas Guillem git at videolan.org
Wed Nov 15 11:13:58 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Nov 15 11:13:25 2017 +0100| [23bb3a52ce201dae5870dfa5b76d6e2cf2d9f989] | committer: Thomas Guillem

contribs: fix typo with libplacebo win32 patch

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

 contrib/src/libplacebo/0002-build-fix-win32-build.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/src/libplacebo/0002-build-fix-win32-build.patch b/contrib/src/libplacebo/0002-build-fix-win32-build.patch
index b05111202b..a87b38e568 100644
--- a/contrib/src/libplacebo/0002-build-fix-win32-build.patch
+++ b/contrib/src/libplacebo/0002-build-fix-win32-build.patch
@@ -1,4 +1,4 @@
-From 5fa4c39b3d5d93e7a5eaf16a813d8af80f59f254 Mon Sep 17 00:00:00 2001
+From 91ec35bff6d1b45d79a81566b03b399c87784d85 Mon Sep 17 00:00:00 2001
 From: Thomas Guillem <thomas at gllm.fr>
 Date: Mon, 13 Nov 2017 15:00:04 +0100
 Subject: [PATCH 2/2] build: fix win32 build
@@ -35,14 +35,14 @@ index 13f661b..0d29744 100644
  OBJS = $(patsubst %.c, $(OBJDIR)src/%.o, $(SRCS))
  
 diff --git a/src/context.c b/src/context.c
-index a325fb8..caaed3f 100644
+index a325fb8..312e9d7 100644
 --- a/src/context.c
 +++ b/src/context.c
 @@ -17,13 +17,17 @@
  
  #include <stdio.h>
  #include <locale.h>
-+#ifdef _WIN32
++#ifndef _WIN32
  #include <pthread.h>
 +#endif
  



More information about the vlc-commits mailing list