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.) --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 08ce901f51..d789f5cbc9 100644 --- a/wscript +++ b/wscript @@ -424,10 +424,6 @@ Libav libraries ({0}). Aborting.".format(" ".join(libav_pkg_config_checks)) 'name': '--libavdevice', 'desc': 'libavdevice', 'func': check_pkg_config('libavdevice', '>= 54.0.0'), - }, { - 'name': '--libpostproc', - 'desc': 'libpostproc', - 'func': check_pkg_config('libpostproc', '>= 52.2.100'), }, { 'name': 'avcodec-metadata-update-side-data', 'desc': 'libavcodec AV_PKT_DATA_METADATA_UPDATE side data type', -- cgit v1.2.3