summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-10 19:44:47 +0100
committerwm4 <wm4@nowhere>2015-12-10 22:53:02 +0100
commit475fe453cc8fa828e395da100cf2c07e1e6542ea (patch)
tree6637ba18f38ce2829b7f8af716973f8e84607f4e /TOOLS
parent3da91a673afb40d304bc57b5e17cee67a671f315 (diff)
downloadmpv-475fe453cc8fa828e395da100cf2c07e1e6542ea.tar.bz2
mpv-475fe453cc8fa828e395da100cf2c07e1e6542ea.tar.xz
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.)
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/old-configure4
-rw-r--r--TOOLS/old-makefile2
2 files changed, 0 insertions, 6 deletions
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