summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:02:16 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:04:02 +0100
commit82e3d06f093188afdec1e549aed721b066521b6c (patch)
tree87d23e17364ef65c9b97037cb25a1cd7d1505678 /old-makefile
parentc92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9 (diff)
downloadmpv-82e3d06f093188afdec1e549aed721b066521b6c.tar.bz2
mpv-82e3d06f093188afdec1e549aed721b066521b6c.tar.xz
vf_swapuv: remove this filter
It's entirely useless. I left it in for a while, because the analog TV code had a transitional bug that could switch chroma planes, but it was fixed long ago. It's also available in libavfilter.
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 f1defc8673..2286588381 100644
--- a/old-makefile
+++ b/old-makefile
@@ -270,7 +270,6 @@ SOURCES = audio/audio.c \
video/filter/vf_screenshot.c \
video/filter/vf_stereo3d.c \
video/filter/vf_sub.c \
- video/filter/vf_swapuv.c \
video/filter/vf_unsharp.c \
video/filter/vf_yadif.c \
video/out/bitmap_packer.c \