summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:16:12 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:14 +0100
commit1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf (patch)
treed22ed5d7c9518af98092de7d865b127e43f16fd5 /Makefile
parent11ec5f19f231a7706804e283f958365eac1bc35c (diff)
downloadmpv-1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf.tar.bz2
mpv-1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf.tar.xz
video/filter: rename vf_eq2 to vf_eq
vf_eq was deleted earlier, which makes the name vf_eq2 even more awkward.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec2389c26d..6a7094ca7b 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ SOURCES = talloc.c \
video/filter/vf_dlopen.c \
video/filter/vf_down3dright.c \
video/filter/vf_dsize.c \
- video/filter/vf_eq2.c \
+ video/filter/vf_eq.c \
video/filter/vf_expand.c \
video/filter/vf_flip.c \
video/filter/vf_format.c \