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
b3892a3a
Commit
b3892a3a
authored
May 26, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds missing assert.h header
parent
900ea6ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
src/config/intf.c
src/config/intf.c
+2
-0
src/interface/interaction.c
src/interface/interaction.c
+2
-0
src/libvlc-common.c
src/libvlc-common.c
+2
-0
src/video_output/vout_pictures.c
src/video_output/vout_pictures.c
+2
-0
No files found.
src/config/intf.c
View file @
b3892a3a
...
...
@@ -27,6 +27,8 @@
#include <vlc/vlc.h>
#include <assert.h>
/* Adds an extra interface to the configuration */
void
__config_AddIntf
(
vlc_object_t
*
p_this
,
const
char
*
psz_intf
)
{
...
...
src/interface/interaction.c
View file @
b3892a3a
...
...
@@ -40,6 +40,8 @@
#include <vlc_interface.h>
#include "interface.h"
#include <assert.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
src/libvlc-common.c
View file @
b3892a3a
...
...
@@ -95,6 +95,8 @@
#include <vlc_vlm.h>
#include <assert.h>
/*****************************************************************************
* The evil global variables. We handle them with care, don't worry.
*****************************************************************************/
...
...
src/video_output/vout_pictures.c
View file @
b3892a3a
...
...
@@ -35,6 +35,8 @@
#include <vlc_osd.h>
#include "vout_pictures.h"
#include <assert.h>
/**
* Display a picture
*
...
...
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