summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-31 19:39:35 -0700
committerMichael Niedermayer <michaelni@gmx.at>2014-09-04 02:34:20 +0200
commit17ad5fbb8af3ea3fad689064bc84ecfdfe52f0c2 (patch)
treee8e16ee908b4e0ba2c9d4cdfb6f053e0c6d9cd2c /RELEASE_NOTES
parent75a9859ac67b60105769fda7160db081216b70f2 (diff)
downloadffmpeg-17ad5fbb8af3ea3fad689064bc84ecfdfe52f0c2.tar.gz
Use makeinfo to generate html doc for the new website
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes. Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>. Fixes Trac ticket #3232. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 87a0053c30..c6e27d1e58 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -52,3 +52,5 @@
• dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
• -vismv option is deprecated in favor of the codecview filter
• libmodplug is now detected through pkg-config
+ • HTML documentation generation through texi2html is deprecated in
+ favor of makeinfo/texi2any