summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-05-05 09:41:36 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-05-06 16:18:10 +0200
commit6073ce71d0e62807bfe941fdee50aaaa8370a5d8 (patch)
tree0ab48960947e806c367622fd255195788ec1f17e /libavfilter/Makefile
parent317b2b7e92126a86e36e0f2bd3fa254625b2bb45 (diff)
lavfi: install buffersrc.h.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \