Module: libav Branch: master Commit: 394a2a04527d480b605a4c7331222df03f964fcd
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Wed May 16 08:15:54 2012 +0200 lavfi: rename vf_fifo.c -> fifo.c It will be used for audio too. --- libavfilter/Makefile | 2 +- libavfilter/{vf_fifo.c => fifo.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 955a97c..a4cc7f3 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -47,7 +47,7 @@ OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o -OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o +OBJS-$(CONFIG_FIFO_FILTER) += fifo.o OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_FPS_FILTER) += vf_fps.o OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o diff --git a/libavfilter/vf_fifo.c b/libavfilter/fifo.c similarity index 100% rename from libavfilter/vf_fifo.c rename to libavfilter/fifo.c _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
