diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-26 23:58:40 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-28 23:51:12 +0100 |
commit | 5ddc072d0ddc7af1fc354d58a22108eb4fc53327 (patch) | |
tree | b77072604bed923cf340e1ba3314b6fc2cb2fa8b /doc/Makefile | |
parent | 5f648ce43eeb619c32e74aeb79699e56c9149296 (diff) | |
download | ffmpeg-5ddc072d0ddc7af1fc354d58a22108eb4fc53327.tar.gz |
doc: add ffmpeg-bitstream-filters.texi file
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 180a85f25e..6635454881 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ DOCLIBS-$(CONFIG_AVFORMAT) += libavformat DOCLIBS-$(CONFIG_AVDEVICE) += libavdevice DOCLIBS-$(CONFIG_AVFILTER) += libavfilter -COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-protocols ffmpeg-resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils +COMPONENTS=$(PROGS-yes) ffmpeg-bitstream-filters ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-protocols ffmpeg-resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3) PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod) |