From b33c64e4c2e0fd2484352c5eef3c667ad094ca27 Mon Sep 17 00:00:00 2001 From: Katerina Barone-Adesi Date: Tue, 1 Apr 2014 16:51:40 +0200 Subject: [PATCH] vf_settb: rename to settb An audio version of settb (asettb) will be added to this file. Signed-off-by: Diego Biurrun --- libavfilter/Makefile | 2 +- libavfilter/{vf_settb.c => settb.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavfilter/{vf_settb.c => settb.c} (100%) 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 diff --git a/libavfilter/vf_settb.c b/libavfilter/settb.c similarity index 100% rename from libavfilter/vf_settb.c rename to libavfilter/settb.c