summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-02 12:24:04 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-25 00:28:36 +0100
commite903cb419473b76b0825dd0196bdb231770de6d8 (patch)
tree24d18f5d908cf0bfda1d92df922f370a8c616568 /doc/Makefile
parentf62abbf3b7948de479f70dc582596fafb59395b6 (diff)
doc: add libswresample.texi and ffmpeg-resampler.texi files
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
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)