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

Qt4 - Win32: fix the absence of dshow in the Capture Open Panel.

parent 59639371
...@@ -788,7 +788,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : ...@@ -788,7 +788,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
/********************* /*********************
* DirectShow Stuffs * * DirectShow Stuffs *
*********************/ *********************/
if( module_Exists( p_intf, "DirectShow" ) ){ if( module_Exists( p_intf, "dshow" ) ){
addModuleAndLayouts( DSHOW_DEVICE, dshow, "DirectShow" ); addModuleAndLayouts( DSHOW_DEVICE, dshow, "DirectShow" );
/* dshow Main */ /* dshow Main */
......
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