git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
053d2cb
)
Forgot to test when ZVBI is not compiled in.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Wed, 18 Jun 2008 10:24:23 +0000
(12:24 +0200)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Wed, 18 Jun 2008 10:26:10 +0000
(12:26 +0200)
modules/gui/qt4/input_manager.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/input_manager.cpp
b/modules/gui/qt4/input_manager.cpp
index
0783519
..
f2dbd23
100644
(file)
--- a/
modules/gui/qt4/input_manager.cpp
+++ b/
modules/gui/qt4/input_manager.cpp
@@
-671,7
+671,9
@@
static int ChangeSPU( vlc_object_t *p_this, const char *var, vlc_value_t o,
{
InputManager *im = (InputManager*)param;
im->b_has_subs = true;
+#ifdef ZVBI_COMPILED
im->telexToggle( im->b_has_subs );
+#endif
return VLC_SUCCESS;
}