Commit a51138ae authored by Jean-Paul Saman's avatar Jean-Paul Saman

Forgot to test when ZVBI is not compiled in.

parent 053d2cb6
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment