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
a73fd7be
Commit
a73fd7be
authored
Jul 10, 2014
by
Sean McGovern
Committed by
Rafaël Carré
Jul 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvbpsi: add sys/types.h as appropriate
Signed-off-by:
Rafaël Carré
<
funman@videolan.org
>
parent
5478a4d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
contrib/src/dvbpsi/dvbpsi-sys-types.patch
contrib/src/dvbpsi/dvbpsi-sys-types.patch
+13
-0
contrib/src/dvbpsi/rules.mak
contrib/src/dvbpsi/rules.mak
+1
-0
No files found.
contrib/src/dvbpsi/dvbpsi-sys-types.patch
0 → 100644
View file @
a73fd7be
--- libdvbpsi/src/descriptor.h.ORIG Wed Mar 20 11:31:51 2013
+++ libdvbpsi/src/descriptor.h Thu Jul 10 20:16:22 2014
@@ -39,6 +39,10 @@
extern "C" {
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
/*****************************************************************************
* common definitions
*****************************************************************************/
contrib/src/dvbpsi/rules.mak
View file @
a73fd7be
...
...
@@ -17,6 +17,7 @@ libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
$(UNPACK)
$(UPDATE_AUTOCONFIG)
&&
cd
$(UNPACK_DIR)
&&
mv
config.guess config.sub .auto
$(APPLY)
$(SRC)
/dvbpsi/dvbpsi-noexamples.patch
$(APPLY)
$(SRC)
/dvbpsi/dvbpsi-sys-types.patch
$(MOVE)
.dvbpsi
:
libdvbpsi
...
...
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