diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-26 23:38:32 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-27 23:35:25 +0100 |
commit | d82331721ee6c6e3168399d5b4ab039183b6f9ae (patch) | |
tree | cc7be169e8e8abee25dc83d96a9ea86803cc5170 /doc/Makefile | |
parent | 8ddeae5ae7b83fec9185af32bb191ec249ef96bd (diff) | |
download | ffmpeg-d82331721ee6c6e3168399d5b4ab039183b6f9ae.tar.gz |
doc: add libavdevice.texi and ffmpeg-devices.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 1dea3759b3..55cf362f5b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,9 +3,10 @@ DOCLIBS-$(CONFIG_SWSCALE) += libswscale DOCLIBS-$(CONFIG_SWRESAMPLE) += libswresample DOCLIBS-$(CONFIG_AVCODEC) += libavcodec DOCLIBS-$(CONFIG_AVFORMAT) += libavformat +DOCLIBS-$(CONFIG_AVDEVICE) += libavdevice DOCLIBS-$(CONFIG_AVFILTER) += libavfilter -COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters ffmpeg-resampler ffmpeg-scaler ffmpeg-formats +COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-resampler ffmpeg-scaler ffmpeg-formats MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3) PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod) |