summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorKaterina Barone-Adesi <katerinab@gmail.com>2014-04-01 16:51:40 +0200
committerDiego Biurrun <diego@biurrun.de>2014-04-02 12:14:10 +0200
commitb33c64e4c2e0fd2484352c5eef3c667ad094ca27 (patch)
tree022fb04fd5d4a54e59e24155b67566514ae7dcfa /libavfilter/Makefile
parent9d599e3f6e61438772d8cddd6c9b7c495251f51e (diff)
vf_settb: rename to settb
An audio version of settb (asettb) will be added to this file. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 5312c838ae..1f5e43329a 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -76,7 +76,7 @@ OBJS-$(CONFIG_SELECT_FILTER) += vf_select.o
OBJS-$(CONFIG_SETDAR_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SETPTS_FILTER) += setpts.o
OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
-OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o
+OBJS-$(CONFIG_SETTB_FILTER) += settb.o
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
OBJS-$(CONFIG_SHUFFLEPLANES_FILTER) += vf_shuffleplanes.o
OBJS-$(CONFIG_SPLIT_FILTER) += split.o