Commit b4b9d384 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

--glx-display is also merged with --x11-display

parent 06e609ea
...@@ -1640,6 +1640,7 @@ vlc_module_begin () ...@@ -1640,6 +1640,7 @@ vlc_module_begin ()
add_string( "x11-display", NULL, NULL, add_string( "x11-display", NULL, NULL,
DISPLAY_TEXT, DISPLAY_LONGTEXT, true ) DISPLAY_TEXT, DISPLAY_LONGTEXT, true )
add_deprecated_alias( "xvideo-display" ) /* deprecated since 1.1.0 */ add_deprecated_alias( "xvideo-display" ) /* deprecated since 1.1.0 */
add_deprecated_alias( "glx-display" )
add_bool( "drop-late-frames", 1, NULL, DROP_LATE_FRAMES_TEXT, add_bool( "drop-late-frames", 1, NULL, DROP_LATE_FRAMES_TEXT,
DROP_LATE_FRAMES_LONGTEXT, true ) DROP_LATE_FRAMES_LONGTEXT, true )
/* Used in vout_synchro */ /* Used in vout_synchro */
......
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