Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
7205ca2b
Commit
7205ca2b
authored
Oct 14, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(contrib) fix libdvdread-win32.patch
parent
e9a15420
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
extras/contrib/src/Patches/libdvdread-win32.patch
extras/contrib/src/Patches/libdvdread-win32.patch
+5
-7
No files found.
extras/contrib/src/Patches/libdvdread-win32.patch
View file @
7205ca2b
Index: src/dvd_reader.c
===================================================================
--- src/dvd_reader.c (revision 11
0
7)
--- src/dvd_reader.c (revision 11
5
7)
+++ src/dvd_reader.c (working copy)
@@ -3
2,6 +32
,7 @@
@@ -3
4,6 +34
,7 @@
#include <limits.h>
#include <dirent.h>
...
...
@@ -10,13 +10,11 @@ Index: src/dvd_reader.c
/* misc win32 helpers */
#ifdef WIN32
#ifndef HAVE_GETTIMEOFDAY
@@ -5
0,7 +51,8
@@
@@ -5
2,6 +53,7
@@
#include <io.h> /* read() */
#define lseek64 _lseeki64
#endif
-
+#endif
+
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__bsdi__)|| defined(__DARWIN__)
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__bsdi__)
|| defined(__DARWIN__)
#define SYS_BSD 1
#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