Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
4dbd738a
Commit
4dbd738a
authored
Dec 29, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing <assert.h>
parent
c0fe405d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
src/control/log.c
src/control/log.c
+1
-0
src/control/media_player.c
src/control/media_player.c
+1
-0
src/input/clock.c
src/input/clock.c
+1
-0
src/input/event.c
src/input/event.c
+1
-0
No files found.
src/control/log.c
View file @
4dbd738a
...
...
@@ -25,6 +25,7 @@
#include "libvlc_internal.h"
#include "../libvlc.h"
#include <vlc/libvlc.h>
#include <assert.h>
/* This API is terminally broken.
* First, it does not implement any kind of notification.
...
...
src/control/media_player.c
View file @
4dbd738a
...
...
@@ -28,6 +28,7 @@
#include <vlc_input.h>
#include <vlc_vout.h>
#include "libvlc.h"
#include <assert.h>
static
int
input_seekable_changed
(
vlc_object_t
*
p_this
,
char
const
*
psz_cmd
,
...
...
src/input/clock.c
View file @
4dbd738a
...
...
@@ -33,6 +33,7 @@
#include <vlc_common.h>
#include <vlc_input.h>
#include "clock.h"
#include <assert.h>
/* TODO:
* - clean up locking once clock code is stable
...
...
src/input/event.c
View file @
4dbd738a
...
...
@@ -32,6 +32,7 @@
#include <vlc_input.h>
#include "input_internal.h"
#include "event.h"
#include <assert.h>
static
void
Trigger
(
input_thread_t
*
p_input
,
int
i_type
);
...
...
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