diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-05-05 09:41:36 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-05-06 16:18:10 +0200 |
commit | 6073ce71d0e62807bfe941fdee50aaaa8370a5d8 (patch) | |
tree | 0ab48960947e806c367622fd255195788ec1f17e | |
parent | 317b2b7e92126a86e36e0f2bd3fa254625b2bb45 (diff) | |
download | ffmpeg-6073ce71d0e62807bfe941fdee50aaaa8370a5d8.tar.gz |
lavfi: install buffersrc.h.
-rw-r--r-- | libavfilter/Makefile | 2 |
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 \ |