Skip to content

Commit

Permalink
Remove old iptv recorder and replace with stubs for new iptv recorder…
Browse files Browse the repository at this point in the history
… without the Live555 baggage.
  • Loading branch information
daniel-kristjansson committed Feb 15, 2012
1 parent b758ea8 commit 715c18c
Show file tree
Hide file tree
Showing 320 changed files with 197 additions and 55,772 deletions.
9 changes: 0 additions & 9 deletions mythtv/configure
Expand Up @@ -109,7 +109,6 @@ Advanced options (experts only):
--libcec-path=HDRLOC location of directory containing
cec.h [$libcec_path_default]
--disable-firewire disable support for FireWire cable boxes
--disable-iptv disable support for recording RTSP/UDP/RTP streams
--disable-hdhomerun disable support for HDHomeRun boxes
--disable-ceton disable support for Ceton cards
--disable-v4l2 disable Video4Linux support
Expand Down Expand Up @@ -1351,7 +1350,6 @@ MYTHTV_CONFIG_LIST='
hdhomerun
ceton
hdpvr
iptv
ivtv
asi
joystick_menu
Expand Down Expand Up @@ -1777,7 +1775,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 @@ -1996,7 +1993,6 @@ enable frontend
enable hdhomerun
enable ceton
enable hdpvr
enable iptv
enable ivtv
enable asi
enable lamemp3
Expand Down Expand Up @@ -4533,7 +4529,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 @@ -4857,10 +4852,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
278 changes: 0 additions & 278 deletions mythtv/libs/libmythlivemedia/BasicUsageEnvironment/BasicHashTable.cpp

This file was deleted.

0 comments on commit 715c18c

Please sign in to comment.