An audio version of settb (asettb) will be added to this file.
---
 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 5312c83..1f5e433 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
-- 
1.8.3.2

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to