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
3a6b3918
Commit
3a6b3918
authored
Nov 26, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fixes, round 1
parent
d3fe7f28
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
4 deletions
+11
-4
modules/access/dvdread.c
modules/access/dvdread.c
+1
-0
src/audio_output/common.c
src/audio_output/common.c
+1
-1
src/control/vlm.c
src/control/vlm.c
+1
-1
src/misc/modules.c
src/misc/modules.c
+6
-1
src/playlist/thread.c
src/playlist/thread.c
+1
-0
src/video_output/video_output.c
src/video_output/video_output.c
+1
-1
No files found.
modules/access/dvdread.c
View file @
3a6b3918
...
...
@@ -30,6 +30,7 @@
#include <string.h>
/* strdup() */
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_access.h>
#include <vlc_interface.h>
...
...
src/audio_output/common.c
View file @
3a6b3918
...
...
@@ -29,7 +29,7 @@
#include <vlc/vlc.h>
#include <vlc_aout.h>
#include "aout_internal.h"
/*
* Instances management (internal and external)
...
...
src/control/vlm.c
View file @
3a6b3918
...
...
@@ -27,7 +27,7 @@
#include <vlc_input.h>
#include <vlc_vlm.h>
void
InitVLM
(
libvlc_instance_t
*
p_instance
)
static
void
InitVLM
(
libvlc_instance_t
*
p_instance
)
{
#ifdef ENABLE_VLM
if
(
p_instance
->
p_vlm
)
return
;
...
...
src/misc/modules.c
View file @
3a6b3918
...
...
@@ -75,10 +75,15 @@
# endif
#endif
#include "
vlc_interface
.h"
#include "
misc/configuration
.h"
#include "vlc_interface.h"
#include "vlc_playlist.h"
#include "vlc_stream.h"
#include "vlc_access.h"
#include "vlc_demux.h"
#include "vlc_vout.h"
#include "vlc_vout_synchro.h"
...
...
src/playlist/thread.c
View file @
3a6b3918
...
...
@@ -27,6 +27,7 @@
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include "playlist_internal.h"
#include "interface/interface.h"
/*****************************************************************************
* Local prototypes
...
...
src/video_output/video_output.c
View file @
3a6b3918
...
...
@@ -46,7 +46,7 @@
#include <vlc_osd.h>
#if defined( __APPLE__ )
#include "darwin_specific.h"
/* Include darwin_specific.h here if needed */
#endif
/** FIXME This is quite ugly but needed while we don't have counters
...
...
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