summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/fifo.c (renamed from libavfilter/vf_fifo.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 955a97cafb..a4cc7f3737 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
index 1785946a4f..1785946a4f 100644
--- a/libavfilter/vf_fifo.c
+++ b/libavfilter/fifo.c