]> git.sesse.net Git - vlc/commitdiff
Qt4 - Win32: fix the absence of dshow in the Capture Open Panel.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 5 Jan 2008 07:42:55 +0000 (07:42 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 5 Jan 2008 07:42:55 +0000 (07:42 +0000)
modules/gui/qt4/components/open_panels.cpp

index 261815d02114ab6db39d42e2a33636eb266c9d81..29d6d23f07c0c3fdc4d91d750b73b48424991220 100644 (file)
@@ -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 */