Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-12-27 10:46:49 +0300
committerAnton Khirnov <wyskas@gmail.com>2010-12-27 10:46:49 +0300
commita46515115cd0ab552e7035afdb3f96a603e3a28f (patch)
tree1873a8545f005370725654695309fa2e099901cb /Makefile
parentbb62d5c1f06e7ff0446abb9cbe6a102cdbd38cc0 (diff)
Metadata muxer
Dumps all metadata to a text file for easy manual editing. Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41240bcefa..673110311d 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ documentation: $(addprefix doc/, developer.html faq.html general.html libavfilte
$(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi
-doc/ffmpeg.pod doc/ffmpeg.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
+doc/ffmpeg.pod doc/ffmpeg.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/metadata.texi
doc/ffplay.pod doc/ffplay.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
doc/ffprobe.pod doc/ffprobe.html: doc/indevs.texi doc/protocols.texi
doc/libavfilter.html: doc/filters.texi