Commit 773121de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Dsound: add shortcuts

parent 02041a6f
......@@ -74,7 +74,7 @@ vlc_module_begin ()
set_capability( "audio output", 100 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT )
add_shortcut( "directx", "aout_directx" )
add_shortcut( "directx", "aout_directx", "directsound", "dsound" )
add_string( "directx-audio-device", NULL,
DEVICE_TEXT, DEVICE_LONGTEXT, false )
......
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