summaryrefslogtreecommitdiffstats
path: root/old-makefile
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-makefile
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-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index 764df273a7..69db63983e 100644
--- a/old-makefile
+++ b/old-makefile
@@ -42,7 +42,6 @@ SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c \
SOURCES-$(LIBBLURAY) += stream/stream_bluray.c
SOURCES-$(LIBBS2B) += audio/filter/af_bs2b.c
-SOURCES-$(LIBPOSTPROC) += video/filter/vf_pp.c
SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c
SOURCES-$(MPG123) += audio/decode/ad_mpg123.c