From 809936fdb93a5375699a7ba4be1e08acdf5e5645 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Dec 2014 22:49:00 +0100 Subject: 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.) --- old-configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'old-configure') 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 \ -- cgit v1.2.3