summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 18:53:28 +0100
committerwm4 <wm4@nowhere>2015-01-27 18:53:28 +0100
commit69e5dd9bceea5a691038f4c1c8300fba28cc4e8a (patch)
treef6df75397db4472ff8b362b027283688f4109a37 /old-makefile
parent2bbad06bfcb189784e7cc5938cfb3a1c7cd9b0cf (diff)
downloadmpv-69e5dd9bceea5a691038f4c1c8300fba28cc4e8a.tar.bz2
mpv-69e5dd9bceea5a691038f4c1c8300fba28cc4e8a.tar.xz
vf_pullup: remove builtin implementation
Now it requires libavfilter. The wrapper is left in place, so FFmpeg users will not notice any change. On Libav, the filter stops working.
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 2d899ca7e2..f84925b4f0 100644
--- a/old-makefile
+++ b/old-makefile
@@ -248,7 +248,6 @@ SOURCES = audio/audio.c \
video/decode/dec_video.c \
video/decode/vd_lavc.c \
video/filter/vf.c \
- video/filter/pullup.c \
video/filter/vf_buffer.c \
video/filter/vf_crop.c \
video/filter/vf_delogo.c \