Skip to content

Commit

Permalink
Merge branch 'devel/ceton'
Browse files Browse the repository at this point in the history
Conflicts:
	mythtv/libs/libmythtv/cetonrtp.cpp
	mythtv/libs/libmythtv/channelscan/channelscanner.cpp
	mythtv/libs/libmythtv/iptvrecorder.cpp
	mythtv/libs/libmythtv/iptvrecorder.h
	mythtv/libs/libmythtv/recorders/dtvrecorder.h
	mythtv/libs/libmythtv/recorders/streamhandler.cpp
  • Loading branch information
daniel-kristjansson committed Oct 24, 2012
2 parents 3b08c04 + b9023da commit a75c62d
Show file tree
Hide file tree
Showing 467 changed files with 2,200 additions and 56,165 deletions.
11 changes: 1 addition & 10 deletions mythtv/configure
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ Advanced options (experts only):
--libcec-path=HDRLOC location of directory containing
'libcec/cec.h', not the directory
with 'cec.h' [$libcec_path_default]
--disable-firewire disable support for FireWire cable boxes
--firewire-sdk specify location for mac FireWire SDK [mac only]
--disable-iptv disable support for recording RTSP/UDP/RTP streams
--disable-firewire disable support for FireWire cable boxes
--disable-hdhomerun disable support for HDHomeRun boxes
--disable-ceton disable support for Ceton cards
--disable-v4l2 disable Video4Linux support
Expand Down Expand Up @@ -1512,7 +1511,6 @@ MYTHTV_CONFIG_LIST='
hdhomerun
ceton
hdpvr
iptv
ivtv
asi
joystick_menu
Expand Down Expand Up @@ -2033,7 +2031,6 @@ doc_deps="texi2html"
audio_oss_deps_any="soundcard_h sys_soundcard_h"
dvb_deps="backend"
firewire_deps="backend"
iptv_deps="backend"
ivtv_deps="backend v4l2"
hdpvr_deps="backend v4l2"
hdhomerun_deps="backend"
Expand Down Expand Up @@ -2237,7 +2234,6 @@ enable frontend
enable hdhomerun
enable ceton
enable hdpvr
enable iptv
enable ivtv
enable asi
enable lamemp3
Expand Down Expand Up @@ -5014,7 +5010,6 @@ if enabled backend; then
echo "DVB-S2 support ${fe_can_2g_modulation-no}"
echo "HDHomeRun support ${hdhomerun-no}"
echo "Ceton support ${ceton-no}"
echo "IPTV support ${iptv-no}"
echo "ASI support ${asi-no}"
fi

Expand Down Expand Up @@ -5353,10 +5348,6 @@ if enabled firewire; then
fi
fi

if enabled iptv; then
append CCONFIG "using_live"
fi

if enabled mheg; then
append CCONFIG "using_mheg"
fi
Expand Down
2 changes: 1 addition & 1 deletion mythtv/external/zeromq/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ foreign/openpgm/*
zeromq-*.tar.gz
zeromq-*.zip
builds/redhat/zeromq.spec

src/libzmq.pc
2 changes: 2 additions & 0 deletions mythtv/libs/libmyth/dbsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class MythDbSettings1: public VerticalConfigurationGroup {

void Load(void);
void Save(void);
void Save(QString /*destination*/) { Save(); }

protected:
TransLabelSetting *info;
Expand All @@ -32,6 +33,7 @@ class MythDbSettings2: public VerticalConfigurationGroup {

void Load(void);
void Save(void);
void Save(QString /*destination*/) { Save(); }

protected:
TransCheckBoxSetting *localEnabled;
Expand Down
4 changes: 4 additions & 0 deletions mythtv/libs/libmyth/storagegroupeditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class MPUBLIC StorageGroupEditor :
public:
StorageGroupEditor(QString group);
virtual DialogCode exec(void);
virtual DialogCode exec(bool /*saveOnExec*/, bool /*doLoad*/)
{ return exec(); }
virtual void Load(void);
virtual void Save(void) { }
virtual void Save(QString) { }
Expand All @@ -36,6 +38,8 @@ class MPUBLIC StorageGroupListEditor :
public:
StorageGroupListEditor(void);
virtual DialogCode exec(void);
virtual DialogCode exec(bool /*saveOnExec*/, bool /*doLoad*/)
{ return exec(); }
virtual void Load(void);
virtual void Save(void) { }
virtual void Save(QString) { }
Expand Down
278 changes: 0 additions & 278 deletions mythtv/libs/libmythlivemedia/BasicUsageEnvironment/BasicHashTable.cpp

This file was deleted.

Loading

0 comments on commit a75c62d

Please sign in to comment.