Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b57a4d9d
Commit
b57a4d9d
authored
May 06, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed useless vlc_osd.h includes.
parent
5ce9dc48
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
6 additions
and
9 deletions
+6
-9
src/control/video.c
src/control/video.c
+0
-1
src/input/decoder.c
src/input/decoder.c
+1
-1
src/input/resource.c
src/input/resource.c
+1
-1
src/input/stream.c
src/input/stream.c
+0
-1
src/video_output/video_output.c
src/video_output/video_output.c
+1
-1
src/video_output/video_widgets.c
src/video_output/video_widgets.c
+1
-1
src/video_output/vout_intf.c
src/video_output/vout_intf.c
+1
-1
src/video_output/vout_pictures.c
src/video_output/vout_pictures.c
+0
-1
src/video_output/vout_subpictures.c
src/video_output/vout_subpictures.c
+1
-1
No files found.
src/control/video.c
View file @
b57a4d9d
...
...
@@ -38,7 +38,6 @@
#include <vlc_vout.h>
#include "media_player_internal.h"
#include <vlc_osd.h>
#include <assert.h>
/*
...
...
src/input/decoder.c
View file @
b57a4d9d
...
...
@@ -38,7 +38,7 @@
#include <vlc_aout.h>
#include <vlc_sout.h>
#include <vlc_codec.h>
#include <vlc_
osd
.h>
#include <vlc_
spu
.h>
#include <vlc_meta.h>
#include <vlc_dialog.h>
...
...
src/input/resource.c
View file @
b57a4d9d
...
...
@@ -32,7 +32,7 @@
#include <vlc_common.h>
#include <vlc_vout.h>
#include <vlc_
osd
.h>
#include <vlc_
spu
.h>
#include <vlc_aout.h>
#include <vlc_sout.h>
#include "../libvlc.h"
...
...
src/input/stream.c
View file @
b57a4d9d
...
...
@@ -30,7 +30,6 @@
#include <vlc_common.h>
#include <vlc_strings.h>
#include <vlc_osd.h>
#include <vlc_memory.h>
#include <libvlc.h>
...
...
src/video_output/video_output.c
View file @
b57a4d9d
...
...
@@ -43,7 +43,7 @@
#include <vlc_vout.h>
#include <vlc_filter.h>
#include <vlc_osd.h>
#include <vlc_
vout_
osd.h>
#include <libvlc.h>
#include <vlc_input.h>
...
...
src/video_output/video_widgets.c
View file @
b57a4d9d
...
...
@@ -31,7 +31,7 @@
#include <vlc_common.h>
#include <vlc_vout.h>
#include <vlc_osd.h>
#include <vlc_
vout_
osd.h>
#include <vlc_filter.h>
...
...
src/video_output/vout_intf.c
View file @
b57a4d9d
...
...
@@ -43,7 +43,7 @@
#include <vlc_vout.h>
#include <vlc_image.h>
#include <vlc_osd.h>
#include <vlc_
vout_
osd.h>
#include <vlc_strings.h>
#include <vlc_charset.h>
#include "../libvlc.h"
...
...
src/video_output/vout_pictures.c
View file @
b57a4d9d
...
...
@@ -34,7 +34,6 @@
#include <vlc_common.h>
#include <libvlc.h>
#include <vlc_vout.h>
#include <vlc_osd.h>
#include <vlc_filter.h>
#include <vlc_image.h>
#include <vlc_block.h>
...
...
src/video_output/vout_subpictures.c
View file @
b57a4d9d
...
...
@@ -37,7 +37,7 @@
#include <vlc_vout.h>
#include <vlc_block.h>
#include <vlc_filter.h>
#include <vlc_
osd
.h>
#include <vlc_
spu
.h>
#include "../libvlc.h"
#include "vout_internal.h"
#include <vlc_image.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