From 475fe453cc8fa828e395da100cf2c07e1e6542ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Dec 2015 19:44:47 +0100 Subject: stream: drop PVR support This is only for specific Hauppage cards. According to the comments in who is actively using this feature. Get it out of the way. Anyone who still wants to use this should complain. Keeping this code would not cause terribly much additional work, and it could be restored again. (But not if the request comes months later.) --- TOOLS/old-configure | 4 ---- TOOLS/old-makefile | 2 -- 2 files changed, 6 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/old-configure b/TOOLS/old-configure index 5f14e7c02f..6b5635c2e1 100755 --- a/TOOLS/old-configure +++ b/TOOLS/old-configure @@ -176,7 +176,6 @@ options_state_machine() { opt_yes_no _tv "TV interface (TV/DVB grabbers)" yes opt_yes_no _tv_v4l2 "Video4Linux2 TV interface" opt_yes_no _libv4l2 "libv4l2" - opt_yes_no _pvr "Video4Linux2 MPEG PVR" opt_yes_no _smb "Samba (SMB) input" opt_yes_no _lcms2 "LCMS2 support" opt_yes_no _bluray "Blu-ray support" @@ -836,9 +835,6 @@ check_trivial "TV audio input" $_tv_v4l2 AUDIO_INPUT test $_tv_v4l2 = no && _libv4l2=no check_pkg_config "libv4l2 support" $_libv4l2 LIBV4L2 'libv4l2' -test "$_tv_v4l2" = no && _pvr=no -check_compile "Video 4 Linux 2 MPEG PVR interface" $_pvr PVR waftools/fragments/pvr.c - # Note: Lua has no official .pc file, so there are different OS-specific ones. # Also, we support luajit, which is compatible to 5.1. diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 29d9b73eed..8645b94a4f 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -42,8 +42,6 @@ SOURCES-$(LIBBLURAY) += stream/stream_bluray.c SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c -SOURCES-$(PVR) += stream/stream_pvr.c - SOURCES-$(TV) += stream/stream_tv.c stream/tv.c \ stream/frequencies.c stream/tvi_dummy.c \ demux/demux_tv.c -- cgit v1.2.3