summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-18 13:39:18 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-27 23:35:19 +0100
commit8ddeae5ae7b83fec9185af32bb191ec249ef96bd (patch)
treeee8bf457aa814d59d7b82d6709a9f177534cfb5b /doc/Makefile
parent2ac6a3d1bfd0a165a3f15da6ed75c718e908f5f4 (diff)
downloadffmpeg-8ddeae5ae7b83fec9185af32bb191ec249ef96bd.tar.gz
doc: add libavformat.texi and ffmpeg-formats.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 85ca978629..1dea3759b3 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,9 +2,10 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil
DOCLIBS-$(CONFIG_SWSCALE) += libswscale
DOCLIBS-$(CONFIG_SWRESAMPLE) += libswresample
DOCLIBS-$(CONFIG_AVCODEC) += libavcodec
+DOCLIBS-$(CONFIG_AVFORMAT) += libavformat
DOCLIBS-$(CONFIG_AVFILTER) += libavfilter
-COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters ffmpeg-resampler ffmpeg-scaler
+COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters ffmpeg-resampler ffmpeg-scaler ffmpeg-formats
MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3)
PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod)