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
7d4c5433
Commit
7d4c5433
authored
Jul 11, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: vncserver: fix compilation outside of windows
parent
a06f46ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/vncserver/rfbproto.patch
contrib/src/vncserver/rfbproto.patch
+12
-0
contrib/src/vncserver/rules.mak
contrib/src/vncserver/rules.mak
+1
-0
No files found.
contrib/src/vncserver/rfbproto.patch
0 → 100644
View file @
7d4c5433
--- vncserver/libvncclient/rfbproto.c.orig 2013-07-11 22:15:57.000000000 +0200
+++ vncserver/libvncclient/rfbproto.c 2013-07-11 22:25:21.000000000 +0200
@@ -52,6 +52,9 @@
#endif
#ifdef WIN32
#include <basetsd.h>
+#else
+#undef TRUE
+#undef FALSE
#endif
#include <jpeglib.h>
#endif
contrib/src/vncserver/rules.mak
View file @
7d4c5433
...
...
@@ -16,6 +16,7 @@ $(TARBALLS)/LibVNCServer-$(VNCSERVER_VERSION).tar.gz:
vncserver
:
LibVNCServer-$(VNCSERVER_VERSION).tar.gz .sum-vncserver
$(UNPACK)
$(APPLY)
$(SRC)
/vncserver/libvncclient-libjpeg-win32.patch
$(APPLY)
$(SRC)
/vncserver/rfbproto.patch
$(MOVE)
DEPS_vncserver
=
gcrypt
$(DEPS_gcrypt)
jpeg
$(DEPS_jpeg)
png
$(DEPS_png)
...
...
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