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
5e91281e
Commit
5e91281e
authored
Nov 30, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add headers for CrystalHD for win32
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
7c22d840
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
contrib/src/crystalhd/SHA512SUMS
contrib/src/crystalhd/SHA512SUMS
+1
-0
contrib/src/crystalhd/mingw.patch
contrib/src/crystalhd/mingw.patch
+27
-0
contrib/src/crystalhd/rules.mak
contrib/src/crystalhd/rules.mak
+16
-0
No files found.
contrib/src/crystalhd/SHA512SUMS
0 → 100644
View file @
5e91281e
da996732b1a4ff86f9bb36ca70cd203c0456d613b0ebdcddf4a2e33c2dd6dd9c3211bf6f3df5dd4c6e6c4a5a53d2ba1f7cd00eff2b2bd247195b8870ebc73bcd crystalhd_lgpl_includes.zip
contrib/src/crystalhd/mingw.patch
0 → 100644
View file @
5e91281e
--- bc_dts_types.h.old 2011-11-30 03:20:14.715875756 +0100
+++ bc_dts_types.h 2011-11-30 03:21:25.692227718 +0100
@@ -38,7 +38,7 @@
typedef int BOOL;
#endif
-#ifdef WIN32
+#ifdef _MSC_VER
typedef unsigned __int64 U64;
#else
typedef unsigned long long U64;
@@ -81,6 +81,7 @@
#else
+#ifndef HAVE_STDINT_H
#ifndef uint64_t
typedef struct _uint64_t {
unsigned long low_dw;
@@ -103,6 +104,7 @@
#ifndef uint8_t
typedef unsigned char uint8_t;
#endif
+#endif /* STDINT_H */
#endif
#endif
contrib/src/crystalhd/rules.mak
0 → 100644
View file @
5e91281e
# CrystalHD headers
CRYSTAL_HEADERS_URL
:=
http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes.zip
$(TARBALLS)/crystalhd_lgpl_includes.zip
:
$(
call
download,
$(CRYSTAL_HEADERS_URL)
)
CRYSTAL_SOURCES
:=
crystalhd_lgpl_includes.zip
.sum-crystalhd
:
$(CRYSTAL_SOURCES)
.crystalhd
:
$(CRYSTAL_SOURCES) .sum-crystalhd
mkdir
-p
--
"
$(PREFIX)
/include/libcrystalhd"
unzip
$<
-d
"
$(PREFIX)
/include/libcrystalhd"
patch
-p0
-f
-d
$(PREFIX)
/include/libcrystalhd < ../src/crystalhd/mingw.patch
touch
$@
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