Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
31e51ce2
Commit
31e51ce2
authored
Nov 06, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: projectM: fix win64 build
parent
74f9c957
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
contrib/src/projectM/rules.mak
contrib/src/projectM/rules.mak
+3
-0
contrib/src/projectM/win64.patch
contrib/src/projectM/win64.patch
+12
-0
No files found.
contrib/src/projectM/rules.mak
View file @
31e51ce2
...
...
@@ -17,6 +17,9 @@ $(TARBALLS)/projectM-$(PROJECTM_VERSION)-Source.tar.gz:
projectM
:
projectM-$(PROJECTM_VERSION)-Source.tar.gz .sum-projectM
$(UNPACK)
ifdef
HAVE_WIN64
$(APPLY)
$(SRC)
/projectM/win64.patch
endif
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/projectM/win32.patch
endif
...
...
contrib/src/projectM/win64.patch
0 → 100644
View file @
31e51ce2
--- projectM/glew.h.orig 2011-11-06 20:20:42.573445229 -0500
+++ projectM/glew.h 2011-11-06 20:21:25.349657365 -0500
@@ -150,7 +150,8 @@
#endif
#if !defined(_PTRDIFF_T_DEFINED) && !defined(_PTRDIFF_T_)
# ifdef _WIN64
-typedef __int64 ptrdiff_t;
+#include <inttypes.h>
+typedef int64_t ptrdiff_t;
# else
typedef _W64 int ptrdiff_t;
# endif
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