diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-21 18:22:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-21 18:22:20 +0000 |
commit | dba755faccc8903affd81502a692ce7f483454a9 (patch) | |
tree | 7b02556531aa76cd93e9076f4485485a2aafb476 /Makefile | |
parent | a3faf694a2df8a2f1b4d39042ed7a5ef5b351b22 (diff) | |
download | ffmpeg-dba755faccc8903affd81502a692ce7f483454a9.tar.gz |
Rename vfilters.texi to libavfilter.texi, as the file is meant to
document libavfilter and not only its video filtering facilities.
Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ alltools: $(TOOLS) documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \ ffplay-doc.html ffserver-doc.html \ - general.html vfilters.html $(ALLMANPAGES)) + general.html libavfilter.html $(ALLMANPAGES)) doc/%.html: doc/%.texi texi2html -monolithic -number $< |