Commit 1d63113c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: update DTV plugin name on Windows

parent 36414536
......@@ -68,7 +68,7 @@
.replaceInStrings( QRegExp("^"), "/dev/" ) \
);
static const char psz_devModule[][8] = { "v4l2", "pvr", DTV_PLUGIN,
static const char psz_devModule[][8] = { "v4l2", "pvr", "dtv",
"dshow", "screen", "jack" };
/**************************************************************************
......@@ -931,7 +931,7 @@ void CaptureOpenPanel::initialize()
/*************
* DVB Stuff *
*************/
if( module_exists( DTV_PLUGIN ) ){
if( module_exists( "dtv" ) ){
addModuleAndLayouts( DTV_DEVICE, dvb, N_("TV (digital)"), QGridLayout );
/* DVB Main */
......
......@@ -202,7 +202,6 @@ private:
#ifdef WIN32
StringListConfigControl *vdevDshowW, *adevDshowW;
QLineEdit *dshowVSizeLine;
# define DTV_PLUGIN "bda"
#else
QSpinBox *pvrFreq, *pvrBitr;
QComboBox *v4l2VideoDevice, *v4l2AudioDevice;
......@@ -211,7 +210,6 @@ private:
QSpinBox *jackChannels, *jackCaching;
QCheckBox *jackPace, *jackConnect;
QLineEdit *jackPortsSelected;
# define DTV_PLUGIN "dtv"
#endif
QRadioButton *dvbc, *dvbs, *dvbs2, *dvbt, *atsc, *cqam;
QLabel *dvbBandLabel, *dvbSrateLabel, *dvbModLabel;
......
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