summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-03 22:49:00 +0100
committerwm4 <wm4@nowhere>2014-12-03 23:01:19 +0100
commit809936fdb93a5375699a7ba4be1e08acdf5e5645 (patch)
treea58b0d60c0955255d0be68be7a7e4b93bb936b19 /old-configure
parent8fc3d7dc396c998075373321bbe256d2c490c956 (diff)
downloadmpv-809936fdb93a5375699a7ba4be1e08acdf5e5645.tar.bz2
mpv-809936fdb93a5375699a7ba4be1e08acdf5e5645.tar.xz
video/filter: kill vf_pp (libpostproc)
This is an ancient filter, and we assume it's not useful anymore. If you really want this, it's still available in libavfilter (e.g. via --vf=lavfi=[pp...]). The disadvantage is that mpv doesn't pass through QP information to libavfilter. (This was probably the reason vf_pp still was part of mpv - it was slightly easier to pass QP internally.)
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/old-configure b/old-configure
index 5fbbd6c5d4..91f83da2f9 100755
--- a/old-configure
+++ b/old-configure
@@ -179,7 +179,6 @@ options_state_machine() {
opt_yes_no _dvdnav "libdvdnav"
opt_yes_no _enca "ENCA charset oracle library"
opt_yes_no _libass "subtitle rendering with libass"
- opt_yes_no _libpostproc "postprocess filter (vf_pp)"
opt_yes_no _libavdevice "libavdevice demuxers"
opt_yes_no _libavfilter "libavfilter"
opt_yes_no _jpeg "support for writing JPEG screenshots"
@@ -837,8 +836,6 @@ check_pkg_config "libavfilter" $_libavfilter LIBAVFILTER 'libavfilter >= 3.90.10
check_pkg_config "libavdevice" $_libavdevice LIBAVDEVICE 'libavdevice >= 54.0.0'
-check_pkg_config "libpostproc" $_libpostproc LIBPOSTPROC 'libpostproc >= 52.0.0'
-
check_trivial "TV interface" $_tv TV
check_statement_libs "Video 4 Linux 2 TV interface" $_tv_v4l2 TV_V4L2 \