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
62fd9456
Commit
62fd9456
authored
Feb 21, 2014
by
Jean-Baptiste Kempf
Browse files
Dash: __STDC_CONSTANT_MACROS must be before config.h
config.h includes vlc_fixup.h that can include stdint.h
parent
273c9cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_filter/dash/dash.cpp
View file @
62fd9456
...
...
@@ -25,11 +25,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define __STDC_CONSTANT_MACROS 1
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#define __STDC_CONSTANT_MACROS 1
#include
<stdint.h>
#include
<vlc_common.h>
...
...
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