Commit a8377747 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.
(cherry picked from commit 052974831b2b50682a37933c992d2606fe1845b3)
parent 56553ea8
......@@ -925,7 +925,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