Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ee45d753
Commit
ee45d753
authored
May 01, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C++ <inttypes.h> inclusion fixes
parent
bbb0de54
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
0 deletions
+17
-0
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+3
-0
modules/demux/live555.cpp
modules/demux/live555.cpp
+3
-0
modules/demux/mkv.cpp
modules/demux/mkv.cpp
+4
-0
modules/gui/wince/interface.cpp
modules/gui/wince/interface.cpp
+3
-0
modules/video_filter/atmo/AtmoDefs.h
modules/video_filter/atmo/AtmoDefs.h
+4
-0
No files found.
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
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