Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b99a3f6b
Commit
b99a3f6b
authored
Jun 05, 2008
by
Pierre d'Herbemont
Browse files
stats: use vlc_common.h instead of vlc/vlc.h
Don't trust cherry-pick blindly.
parent
70d5f868
Changes
5
Hide whitespace changes
Inline
Side-by-side
modules/misc/stats/decoder.c
View file @
b99a3f6b
...
...
@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_codec.h>
#include
<vlc_vout.h>
...
...
modules/misc/stats/demux.c
View file @
b99a3f6b
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_interface.h>
#include
<vlc_access.h>
#include
<vlc_demux.h>
...
...
modules/misc/stats/encoder.c
View file @
b99a3f6b
...
...
@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_codec.h>
#include
<vlc_vout.h>
...
...
modules/misc/stats/stats.c
View file @
b99a3f6b
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
"stats.h"
...
...
modules/misc/stats/vout.c
View file @
b99a3f6b
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_vout.h>
#define DUMMY_WIDTH 16
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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