[vlc-devel] commit: Qt: fix win32 compilation (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 16 19:02:40 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 16 19:02:13 2009 +0100| [b9706127d351a49966d5a6140d2b4448924bbe8c] | committer: Jean-Baptiste Kempf
Qt: fix win32 compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9706127d351a49966d5a6140d2b4448924bbe8c
---
modules/gui/qt4/components/simple_preferences.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 9e41a23..2cfaf75 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -254,7 +254,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
audioControl( DirectX );
optionWidgets.append( DirectXControl );
CONFIG_GENERIC2( "directx-audio-device", IntegerList,
- ui.DirectXLabel, DirectXDevice );
+ NULL, DirectXDevice );
#else
if( module_exists( "alsa" ) )
{
More information about the vlc-devel
mailing list