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
39d0e3e0
Commit
39d0e3e0
authored
Sep 12, 2006
by
Rémi Denis-Courmont
Browse files
control/
parent
cf4fe30a
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/control/http/macro.c
View file @
39d0e3e0
...
...
@@ -25,6 +25,7 @@
#include
"http.h"
#include
"macros.h"
#include
"vlc_url.h"
int
E_
(
MacroParse
)(
macro_t
*
m
,
char
*
psz_src
)
{
...
...
modules/control/http/util.c
View file @
39d0e3e0
...
...
@@ -23,6 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
<vlc/vlc.h>
#include
<stdio.h>
#include
"http.h"
#include
"vlc_strings.h"
...
...
modules/control/rc.c
View file @
39d0e3e0
...
...
@@ -25,6 +25,8 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<vlc/vlc.h>
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
...
...
@@ -33,7 +35,6 @@
#include
<ctype.h>
#include
<signal.h>
#include
<vlc/vlc.h>
#include
<vlc/intf.h>
#include
<vlc/aout.h>
#include
<vlc/vout.h>
...
...
@@ -1978,7 +1979,7 @@ static int VideoConfig( vlc_object_t *p_this, char const *psz_cmd,
/* get */
vlc_value_t
val
,
text
;
int
i
;
float
f_value
;
float
f_value
=
0
.
;
char
*
psz_value
=
NULL
;
if
(
var_Get
(
p_vout
,
psz_variable
,
&
val
)
<
0
)
...
...
Write
Preview
Supports
Markdown
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