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