summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-04 12:42:47 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-11 11:15:53 +0100
commit598546e1df9f78fc43889056722f9b1e9301bc4b (patch)
tree569edf9a7362ec249be756e94d08df80f14d5a95 /doc/Makefile
parentc1947015b2eec65c7fbd702e1d8c22248be511e8 (diff)
doc: add libavutil.texi
With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 05d016fa2e..17dc332e37 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,3 +1,4 @@
+DOCLIBS-$(CONFIG_AVUTIL) += libavutil
DOCLIBS-$(CONFIG_AVCODEC) += libavcodec
MANPAGES = $(PROGS-yes:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3)