From: Jean-Baptiste Kempf Date: Sat, 5 Jan 2008 07:42:55 +0000 (+0000) Subject: Qt4 - Win32: fix the absence of dshow in the Capture Open Panel. X-Git-Tag: 0.9.0-test0~3645 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b65f2537f1319708e7755828244b6e162731c1b8;p=vlc Qt4 - Win32: fix the absence of dshow in the Capture Open Panel. --- diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 261815d021..29d6d23f07 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -788,7 +788,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : /********************* * DirectShow Stuffs * *********************/ - if( module_Exists( p_intf, "DirectShow" ) ){ + if( module_Exists( p_intf, "dshow" ) ){ addModuleAndLayouts( DSHOW_DEVICE, dshow, "DirectShow" ); /* dshow Main */