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
7a6937c5
Commit
7a6937c5
authored
Aug 25, 2006
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
parent
1b0d1cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+1
-0
modules/demux/playlist/asx.c
modules/demux/playlist/asx.c
+1
-0
No files found.
modules/demux/mp4/mp4.c
View file @
7a6937c5
...
...
@@ -29,6 +29,7 @@
#include <vlc/input.h>
#include <vlc_playlist.h>
#include <vlc_md5.h>
#include "charset.h"
#include "iso_lang.h"
#include "vlc_meta.h"
...
...
modules/demux/playlist/asx.c
View file @
7a6937c5
...
...
@@ -34,6 +34,7 @@
#include <vlc/input.h>
#include <errno.h>
/* ENOMEM */
#include "charset.h"
#include "playlist.h"
#include "vlc_meta.h"
...
...
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