Commit 303794bc authored by Antoine Cellerier's avatar Antoine Cellerier

looks like someone renamed vlc_obj_exists to vlc_object_exists.

parent 8398230c
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<!-- misc commands --> <!-- misc commands -->
<vlc id="if" param1="command value 'fullscreen' strcmp 0 =" /> <vlc id="if" param1="command value 'fullscreen' strcmp 0 =" />
<vlc id="if" param1="'VLC_OBJECT_VOUT' vlc_obj_exists" /> <vlc id="if" param1="'VLC_OBJECT_VOUT' vlc_object_exists" />
<vlc id="rpn" param1="'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get ! 'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_set" /> <vlc id="rpn" param1="'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get ! 'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_set" />
<vlc id="end" /> <vlc id="end" />
<vlc id="end" /> <vlc id="end" />
......
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