Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e189922f
Commit
e189922f
authored
Jan 23, 2008
by
Christophe Mutricy
Browse files
Missing from [24525]
parent
99fab908
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/access/rtsp/real.h
View file @
e189922f
...
...
@@ -25,6 +25,11 @@
#ifndef HAVE_REAL_H
#define HAVE_REAL_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
...
...
modules/codec/ffmpeg/chroma.c
View file @
e189922f
...
...
@@ -24,6 +24,11 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc_vout.h>
...
...
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