Opened 18 years ago

Closed 18 years ago

#1861 closed patch (fixed)

Allow compilation on systems without DVB

Reported by: sphery <mtdean@…> Owned by: danielk
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Attached patch adds a missing #ifdef in tv_rec.cpp that prevents compilation on systems without DVB support (as reported at http://www.gossamer-threads.com/lists/mythtv/users/205455#205455 ). The #include was added in [9957].

Attachments (2)

mythtv-tv_rec_dvbchannel_include.patch (401 bytes) - added by sphery <mtdean@…> 18 years ago.
1861.patch (7.3 KB) - added by danielk 18 years ago.
patch that fixes this and some other issues (Untested).

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by sphery <mtdean@…>

Changed 18 years ago by danielk

Attachment: 1861.patch added

patch that fixes this and some other issues (Untested).

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [10020]) Fixes #1861. Allows MythTV to compile again on systems without DVB headers.

The patch was actually designed to get rid of dvb_channel_t, a class we no longer use, except to access the DVBTuning class it contains. But it also happens to get rid of the dvbdiseqc.h include that is causing the compile problem reported in #1861.

Note: See TracTickets for help on using tickets.