Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
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
Show 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 @@
...
@@ -30,6 +30,9 @@
# include "config.h"
# include "config.h"
#endif
#endif
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_access.h>
#include <vlc_access.h>
...
...
modules/demux/live555.cpp
View file @
ee45d753
...
@@ -31,6 +31,9 @@
...
@@ -31,6 +31,9 @@
# include "config.h"
# include "config.h"
#endif
#endif
#define __STDC_CONSTANT_MACROS 1
#include <inttypes.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc_demux.h>
#include <vlc_demux.h>
...
...
modules/demux/mkv.cpp
View file @
ee45d753
...
@@ -30,6 +30,10 @@
...
@@ -30,6 +30,10 @@
# include "config.h"
# include "config.h"
#endif
#endif
#define __STDC_FORMAT_MACROS 1
#define __STDC_CONSTANT_MACROS 1
#include <inttypes.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#ifdef HAVE_TIME_H
#ifdef HAVE_TIME_H
...
...
modules/gui/wince/interface.cpp
View file @
ee45d753
...
@@ -30,6 +30,9 @@
...
@@ -30,6 +30,9 @@
# include "config.h"
# include "config.h"
#endif
#endif
#define __STDC_CONSTANT_MACROS 1
#include <inttypes.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc_aout.h>
#include <vlc_aout.h>
#include <vlc_vout.h>
#include <vlc_vout.h>
...
...
modules/video_filter/atmo/AtmoDefs.h
View file @
ee45d753
...
@@ -12,6 +12,10 @@
...
@@ -12,6 +12,10 @@
#if defined(__LIBVLC__)
#if defined(__LIBVLC__)
# include "config.h"
# include "config.h"
# define __STDC_CONSTANT_MACROS 1
# include <inttypes.h>
# include <vlc/vlc.h>
# include <vlc/vlc.h>
/* some things need to be changed if this code is used inside VideoLan Filter Module */
/* 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