Commit b9706127 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix win32 compilation

parent 61417af6
...@@ -254,7 +254,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -254,7 +254,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
audioControl( DirectX ); audioControl( DirectX );
optionWidgets.append( DirectXControl ); optionWidgets.append( DirectXControl );
CONFIG_GENERIC2( "directx-audio-device", IntegerList, CONFIG_GENERIC2( "directx-audio-device", IntegerList,
ui.DirectXLabel, DirectXDevice ); NULL, DirectXDevice );
#else #else
if( module_exists( "alsa" ) ) if( module_exists( "alsa" ) )
{ {
......
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