diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2011-12-08 21:27:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-11 19:14:09 +0100 |
commit | 5b3265a7181889b53ff8217c1bdccdf966c86955 (patch) | |
tree | c2efde32cc7cd668bdbe38ad18809a54593e3ae2 | |
parent | 373211d828f351d86908d47828444f620bfd176d (diff) | |
download | ffmpeg-5b3265a7181889b53ff8217c1bdccdf966c86955.tar.gz |
lavfi: install libavfilter/vsrc_buffer.h
It declares API necessary for filtering apps.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index e9eaf9550d..bc05f1ddea 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -3,7 +3,7 @@ FFLIBS = avutil FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_SCALE_FILTER) += swscale -HEADERS = avfilter.h avfiltergraph.h +HEADERS = avfilter.h avfiltergraph.h vsrc_buffer.h OBJS = allfilters.o \ avfilter.o \ |