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
61d342e1
Commit
61d342e1
authored
Jul 16, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not include <vlc_es.h> from <vlc_fourcc.h>
<vlc_es.h> includes <vlc_fourcc.h> already
parent
719507f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
include/vlc_fourcc.h
include/vlc_fourcc.h
+0
-1
src/misc/fourcc.c
src/misc/fourcc.c
+2
-0
No files found.
include/vlc_fourcc.h
View file @
61d342e1
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#define VLC_FOURCC_H 1
#define VLC_FOURCC_H 1
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_es.h>
/* Video codec */
/* Video codec */
#define VLC_CODEC_MPGV VLC_FOURCC('m','p','g','v')
#define VLC_CODEC_MPGV VLC_FOURCC('m','p','g','v')
...
...
src/misc/fourcc.c
View file @
61d342e1
...
@@ -28,7 +28,9 @@
...
@@ -28,7 +28,9 @@
# include "config.h"
# include "config.h"
#endif
#endif
#include <vlc_common.h>
#include <vlc_fourcc.h>
#include <vlc_fourcc.h>
#include <vlc_es.h>
#include <assert.h>
#include <assert.h>
typedef
struct
typedef
struct
...
...
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