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
cbf66b4e
Commit
cbf66b4e
authored
Aug 24, 2005
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libiconv.patch: BeOS compile fix
parent
e0c0ea96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
extras/contrib/src/Patches/libiconv.patch
extras/contrib/src/Patches/libiconv.patch
+3
-1
No files found.
extras/contrib/src/Patches/libiconv.patch
View file @
cbf66b4e
...
@@ -1778,7 +1778,7 @@ diff -Naur libiconv.old/lib/flags.h libiconv/lib/flags.h
...
@@ -1778,7 +1778,7 @@ diff -Naur libiconv.old/lib/flags.h libiconv/lib/flags.h
diff -Naur libiconv.old/lib/utf8mac.h libiconv/lib/utf8mac.h
diff -Naur libiconv.old/lib/utf8mac.h libiconv/lib/utf8mac.h
--- libiconv.old/lib/utf8mac.h 1970-01-01 01:00:00.000000000 +0100
--- libiconv.old/lib/utf8mac.h 1970-01-01 01:00:00.000000000 +0100
+++ libiconv/lib/utf8mac.h 2005-08-04 18:54:43.000000000 +0200
+++ libiconv/lib/utf8mac.h 2005-08-04 18:54:43.000000000 +0200
@@ -0,0 +1,159
3
@@
@@ -0,0 +1,159
5
@@
+/*
+/*
+ * Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+ *
+ *
...
@@ -1808,6 +1808,8 @@ diff -Naur libiconv.old/lib/utf8mac.h libiconv/lib/utf8mac.h
...
@@ -1808,6 +1808,8 @@ diff -Naur libiconv.old/lib/utf8mac.h libiconv/lib/utf8mac.h
+ Includes Unicode 3.2 decomposition code derived from Core Foundation
+ Includes Unicode 3.2 decomposition code derived from Core Foundation
+ */
+ */
+
+
+#include <inttypes.h>
+
+#define UTF_REVERSE_ENDIAN 0x01 /* reverse UCS-2 byte order */
+#define UTF_REVERSE_ENDIAN 0x01 /* reverse UCS-2 byte order */
+#define UTF_NO_NULL_TERM 0x02 /* do not add null termination */
+#define UTF_NO_NULL_TERM 0x02 /* do not add null termination */
+#define UTF_DECOMPOSED 0x04 /* generate fully decomposed UCS-2 */
+#define UTF_DECOMPOSED 0x04 /* generate fully decomposed UCS-2 */
...
...
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