Commit 9384f831 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix directsound simple prefs

Close #6424
(cherry picked from commit f7f78e8a6d1019a03b86947552dbb26015c93f20)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 594e5cd3
......@@ -294,7 +294,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
#ifdef WIN32
audioControl( DirectX );
optionWidgets.append( DirectXControl );
CONFIG_GENERIC_NO_UI( "directx-audio-device-name", StringList,
CONFIG_GENERIC_NO_UI( "directx-audio-device", StringList,
DirectXLabel, DirectXDevice );
#elif defined( __OS2__ )
audioControl( kai );
......
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