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

Qt4: /dev/dvb/adapter is Linux DVB, not just Linux

This is also used on *BSD systems.
parent 06683a06
......@@ -968,7 +968,7 @@ void CaptureOpenPanel::initialize()
dvbCard = new QSpinBox;
dvbCard->setAlignment( Qt::AlignRight );
#ifdef __linux__
#ifdef __unix__
dvbCard->setPrefix( "/dev/dvb/adapter" );
#endif
dvbDevLayout->addWidget( dvbDeviceLabel, 0, 0 );
......
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