diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-12 00:02:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-13 00:13:30 +0200 |
commit | 162e4004643c929a8a799f4362c68bef5a53ba50 (patch) | |
tree | 52f8d376c25a54250f7a2cdbbc74d9a3b2fce3c1 /libavfilter/Makefile | |
parent | 4561feb4bfa6891be17761ac6ce6d6f9fd8f1858 (diff) | |
download | ffmpeg-162e4004643c929a8a799f4362c68bef5a53ba50.tar.gz |
lavfi: install asrc_abuffer.h header
The header is part of the public API, in particular is used by
doc/examples/filtering_audio.c.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 363729b38f..5f99fe65d1 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 = 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 version.h vsrc_buffer.h OBJS = allfilters.o \ avfilter.o \ |