diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 07:46:06 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 07:46:06 +0000 |
commit | 1f09ab5e6665d0cae34fe4b378f16268e712e748 (patch) | |
tree | 187170c8710b81f9948b32807315835ec062e46b /Makefile | |
parent | 5d660598b0f1300182240074d4dbada41fe694d9 (diff) | |
download | ffmpeg-1f09ab5e6665d0cae34fe4b378f16268e712e748.tar.gz |
Add documentation for libavfilter video filters.
Originally committed as revision 20271 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ cmdutils.o cmdutils.d: version.h alltools: $(TOOLS) documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html ffserver-doc.html \ - ffplay-doc.html general.html $(ALLMANPAGES)) + ffplay-doc.html general.html vfilters.html $(ALLMANPAGES)) doc/%.html: doc/%.texi texi2html -monolithic -number $< |