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
1d04b886
Commit
1d04b886
authored
Dec 13, 2003
by
Rocky Bernstein
Browse files
A better fix for missing options when the satellite plugin is not
configured.
parent
11a41a22
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
1d04b886
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.13
1
2003/12/1
1
0
5:49:2
0 rocky Exp $
dnl $Id: configure.ac,v 1.13
2
2003/12/1
3
0
0:53:5
0 rocky Exp $
AC_INIT(vlc,0.7.0-test1)
...
...
@@ -1584,6 +1584,8 @@ AC_ARG_ENABLE(satellite,
[ --enable-satellite satellite card support (default disabled)],
[ if test "${enable_satellite}" = "yes"
then
AC_DEFINE(HAVE_SATELLITE, [],
[Define for the VCD plugin using libcdio/libvcdinfo])
AX_ADD_PLUGINS([satellite])
fi])
...
...
modules/gui/gtk/open.c
View file @
1d04b886
...
...
@@ -2,7 +2,7 @@
* gtk_open.c : functions to handle file/disc/network open widgets.
*****************************************************************************
* Copyright (C) 2000, 2001, 2003 VideoLAN
* $Id: open.c,v 1.2
0
2003/12/13 00:
00:45
rocky Exp $
* $Id: open.c,v 1.2
1
2003/12/13 00:
53:50
rocky Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Stphane Borel <stef@via.ecp.fr>
...
...
@@ -582,7 +582,7 @@ static void GtkOpenShow( intf_thread_t *p_intf, int i_page )
GTK_OBJECT
(
p_intf
->
p_sys
->
p_open
),
"network_http_url"
)
),
"http://"
);
#if
SATELLITE_OPTIONS_FIXED
#if
def HAVE_SATELLITE
/* Satellite stuff */
psz_var
=
config_GetPsz
(
p_intf
,
"frequency"
);
if
(
psz_var
)
...
...
@@ -601,7 +601,7 @@ static void GtkOpenShow( intf_thread_t *p_intf, int i_page )
psz_var
);
free
(
psz_var
);
}
#endif
/*SATELITE
_OPTIONS_FIXED
*/
#endif
/*
HAVE_
SATELITE*/
/* subtitle stuff */
/* hide hbox_subtitle */
...
...
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