Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ee45d753
Commit
ee45d753
authored
May 01, 2008
by
Rémi Denis-Courmont
Browse files
C++ <inttypes.h> inclusion fixes
parent
bbb0de54
Changes
5
Hide whitespace changes
Inline
Side-by-side
modules/access/dshow/dshow.cpp
View file @
ee45d753
...
...
@@ -30,6 +30,9 @@
# include "config.h"
#endif
#define __STDC_FORMAT_MACROS 1
#include
<inttypes.h>
#include
<vlc/vlc.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/demux/live555.cpp
View file @
ee45d753
...
...
@@ -31,6 +31,9 @@
# include "config.h"
#endif
#define __STDC_CONSTANT_MACROS 1
#include
<inttypes.h>
#include
<vlc/vlc.h>
#include
<vlc_demux.h>
...
...
modules/demux/mkv.cpp
View file @
ee45d753
...
...
@@ -30,6 +30,10 @@
# include "config.h"
#endif
#define __STDC_FORMAT_MACROS 1
#define __STDC_CONSTANT_MACROS 1
#include
<inttypes.h>
#include
<vlc/vlc.h>
#ifdef HAVE_TIME_H
...
...
modules/gui/wince/interface.cpp
View file @
ee45d753
...
...
@@ -30,6 +30,9 @@
# include "config.h"
#endif
#define __STDC_CONSTANT_MACROS 1
#include
<inttypes.h>
#include
<vlc/vlc.h>
#include
<vlc_aout.h>
#include
<vlc_vout.h>
...
...
modules/video_filter/atmo/AtmoDefs.h
View file @
ee45d753
...
...
@@ -12,6 +12,10 @@
#if defined(__LIBVLC__)
# include "config.h"
# define __STDC_CONSTANT_MACROS 1
# include <inttypes.h>
# include <vlc/vlc.h>
/* some things need to be changed if this code is used inside VideoLan Filter Module */
...
...
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