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
7477f3c3
Commit
7477f3c3
authored
Oct 23, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate filesystem functions from the rest
parent
7b721c86
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
493 additions
and
441 deletions
+493
-441
src/Makefile.am
src/Makefile.am
+1
-0
src/text/filesystem.c
src/text/filesystem.c
+492
-0
src/text/unicode.c
src/text/unicode.c
+0
-441
No files found.
src/Makefile.am
View file @
7477f3c3
...
...
@@ -354,6 +354,7 @@ SOURCES_libvlc_common = \
text/charset.c
\
text/strings.c
\
text/unicode.c
\
text/filesystem.c
\
text/wincp.c
\
text/iso_lang.c
\
text/iso-639_def.h
\
...
...
src/text/filesystem.c
0 → 100644
View file @
7477f3c3
This diff is collapsed.
Click to expand it.
src/text/unicode.c
View file @
7477f3c3
This diff is collapsed.
Click to expand it.
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