diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-02 12:24:04 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-25 00:28:36 +0100 |
commit | e903cb419473b76b0825dd0196bdb231770de6d8 (patch) | |
tree | 24d18f5d908cf0bfda1d92df922f370a8c616568 /doc/Makefile | |
parent | f62abbf3b7948de479f70dc582596fafb59395b6 (diff) | |
download | ffmpeg-e903cb419473b76b0825dd0196bdb231770de6d8.tar.gz |
doc: add libswresample.texi and ffmpeg-resampler.texi files
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 6a20146397..afe361f24e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,8 +1,9 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil +DOCLIBS-$(CONFIG_SWRESAMPLE) += libswresample DOCLIBS-$(CONFIG_AVCODEC) += libavcodec DOCLIBS-$(CONFIG_AVFILTER) += libavfilter -COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters +COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters ffmpeg-resampler MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3) PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod) |