Skip to content

Commit

Permalink
dvb/frontend.cpp:3338:22: error: ‘SYS_DVBC2’ was not declared in this…
Browse files Browse the repository at this point in the history
… scope;
  • Loading branch information
Huevos committed Nov 4, 2024
1 parent 5ab8438 commit 66c5b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dvb/frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3335,7 +3335,6 @@ std::string eDVBFrontend::getCapabilities()
case SYS_DVBT2: ss << " DVBT2"; break;
case SYS_TURBO: ss << " TURBO"; break;
case SYS_DTMB: ss << " DTMB"; break;
case SYS_DVBC2: ss << " DVBC2"; break;
}
}

Expand Down

0 comments on commit 66c5b66

Please sign in to comment.