Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c0a898e1
Commit
c0a898e1
authored
May 26, 2008
by
Rafaël Carré
Browse files
Include assert.h where assert() is used
parent
cf2f0f1e
Changes
24
Hide whitespace changes
Inline
Side-by-side
modules/access/dvdread.c
View file @
c0a898e1
...
...
@@ -56,6 +56,8 @@
#include
<dvdread/nav_read.h>
#include
<dvdread/nav_print.h>
#include
<assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/access/http.c
View file @
c0a898e1
...
...
@@ -50,6 +50,8 @@
# include <zlib.h>
#endif
#include
<assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/audio_output/pulse.c
View file @
c0a898e1
...
...
@@ -34,6 +34,8 @@
#include
<pulse/pulseaudio.h>
#include
<assert.h>
/*****************************************************************************
* aout_sys_t: Pulseaudio output method descriptor
*****************************************************************************
...
...
modules/codec/cc.c
View file @
c0a898e1
...
...
@@ -52,6 +52,8 @@
#include
<errno.h>
#include
<string.h>
#include
<assert.h>
/*****************************************************************************
* Module descriptor.
*****************************************************************************/
...
...
modules/codec/cmml/xtag.c
View file @
c0a898e1
...
...
@@ -36,6 +36,8 @@
#include
<xlist.h>
#include
<assert.h>
#undef XTAG_DEBUG
#undef FALSE
...
...
modules/control/dbus.c
View file @
c0a898e1
...
...
@@ -57,6 +57,8 @@
#include
<math.h>
#include
<assert.h>
/*****************************************************************************
* Local prototypes.
*****************************************************************************/
...
...
modules/control/http/http.c
View file @
c0a898e1
...
...
@@ -29,6 +29,8 @@
#include
"http.h"
#include
<vlc_plugin.h>
#include
<assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/control/http/mvar.c
View file @
c0a898e1
...
...
@@ -29,6 +29,8 @@
#include
"http.h"
#include
<limits.h>
#include
<assert.h>
/* Utility function for scandir */
static
int
Filter
(
const
char
*
foo
)
{
...
...
modules/demux/smf.c
View file @
c0a898e1
...
...
@@ -31,6 +31,8 @@
#include
<vlc_charset.h>
#include
<limits.h>
#include
<assert.h>
#define TEMPO_MIN 20
#define TEMPO_MAX 250
/* Beats per minute */
...
...
modules/demux/ty.c
View file @
c0a898e1
...
...
@@ -47,6 +47,8 @@
#include
"vlc_input.h"
#include
"../codec/cc.h"
#include
<assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/gui/ncurses.c
View file @
c0a898e1
...
...
@@ -57,6 +57,8 @@
#include
<vlc_playlist.h>
#include
<vlc_meta.h>
#include
<assert.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
...
...
modules/gui/skins2/unzip/unzip.c
View file @
c0a898e1
...
...
@@ -49,6 +49,7 @@ woven in by Terry Thorsen 1/2003.
# include <errno.h>
#endif
#include
<assert.h>
#ifndef local
# define local static
...
...
modules/meta_engine/musicbrainz.c
View file @
c0a898e1
...
...
@@ -38,6 +38,8 @@
#include
"musicbrainz/mb_c.h"
#include
<assert.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
modules/misc/freetype.c
View file @
c0a898e1
...
...
@@ -73,6 +73,8 @@
#include
<fontconfig/fontconfig.h>
#endif
#include
<assert.h>
typedef
struct
line_desc_t
line_desc_t
;
/*****************************************************************************
...
...
modules/misc/gnutls.c
View file @
c0a898e1
...
...
@@ -65,6 +65,8 @@
#include
"dhparams.h"
#include
<assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/misc/playlist/m3u.c
View file @
c0a898e1
...
...
@@ -37,6 +37,8 @@
#include
<errno.h>
/* ENOMEM */
#include
<assert.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
modules/misc/playlist/xspf.c
View file @
c0a898e1
...
...
@@ -40,6 +40,8 @@
#include
<vlc_charset.h>
#include
"xspf.h"
#include
<assert.h>
/**
* \brief Prints the XSPF header to file, writes each item by xspf_export_item()
* and closes the open xml elements
...
...
modules/misc/xml/xtag.c
View file @
c0a898e1
...
...
@@ -40,6 +40,8 @@
#include
<ctype.h>
#include
<stdarg.h>
#include
<assert.h>
#undef XTAG_DEBUG
typedef
struct
_XList
...
...
modules/packetizer/mpeg4audio.c
View file @
c0a898e1
...
...
@@ -42,6 +42,8 @@
#include
"vlc_block_helper.h"
#include
<assert.h>
/* AAC Config in ES:
*
* AudioObjectType 5 bits
...
...
modules/stream_out/description.c
View file @
c0a898e1
...
...
@@ -35,6 +35,8 @@
#include
<vlc_block.h>
#include
<vlc_sout.h>
#include
<assert.h>
/*****************************************************************************
* Exported prototypes
*****************************************************************************/
...
...
Prev
1
2
Next
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