Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
c51906de
Commit
c51906de
authored
Mar 14, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: fix vpx threading on Win32
parent
e4ef96c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
contrib/src/vpx/libvpx-win32.patch
contrib/src/vpx/libvpx-win32.patch
+11
-0
contrib/src/vpx/rules.mak
contrib/src/vpx/rules.mak
+3
-0
No files found.
contrib/src/vpx/libvpx-win32.patch
0 → 100644
View file @
c51906de
--- libvpx/vp8/common/generic/systemdependent.c 2013-03-14 15:39:20.284261976 +0100
+++ libvpx.new/vp8/common/generic/systemdependent.c 2013-03-14 15:39:01.423974364 +0100
@@ -87,7 +87,7 @@
#endif
-#if HAVE_PTHREAD_H
+#if HAVE_PTHREAD_H && !defined(_WIN32)
#include <pthread.h>
static void once(void (*func)(void))
{
contrib/src/vpx/rules.mak
View file @
c51906de
...
@@ -17,6 +17,9 @@ ifdef HAVE_MACOSX
...
@@ -17,6 +17,9 @@ ifdef HAVE_MACOSX
$(APPLY)
$(SRC)
/vpx/libvpx-mac.patch
$(APPLY)
$(SRC)
/vpx/libvpx-mac.patch
$(APPLY)
$(SRC)
/vpx/libvpx-mac-mountain-lion.patch
$(APPLY)
$(SRC)
/vpx/libvpx-mac-mountain-lion.patch
endif
endif
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/vpx/libvpx-win32.patch
endif
ifneq
($(which bash),/bin/bash)
ifneq
($(which bash),/bin/bash)
sed
-i
.orig
\
sed
-i
.orig
\
s,^
\#
!
/bin/bash,
\#
!
`
which bash
`
,g
\
s,^
\#
!
/bin/bash,
\#
!
`
which bash
`
,g
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment