From 6073ce71d0e62807bfe941fdee50aaaa8370a5d8 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 5 May 2012 09:41:36 +0200 Subject: [PATCH] lavfi: install buffersrc.h. --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 797b01cd1d..f25a1e3297 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -12,7 +12,7 @@ FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += swscale avformat avcodec FFLIBS-$(CONFIG_SCALE_FILTER) += swscale FFLIBS-$(CONFIG_MP_FILTER) += avcodec postproc -HEADERS = asrc_abuffer.h avcodec.h avfilter.h avfiltergraph.h buffersink.h version.h vsrc_buffer.h +HEADERS = asrc_abuffer.h avcodec.h avfilter.h avfiltergraph.h buffersink.h buffersrc.h version.h vsrc_buffer.h OBJS = allfilters.o \ avfilter.o \