diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-31 19:42:50 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-01 16:21:44 +0200 |
commit | 8d6ec6118698efaa662044a538e3dbc790d2f46b (patch) | |
tree | 9de6fe0b592a78e26731c4a489f70aac39502dc2 | |
parent | 343f07e15c58d73a5f8567a5fe27beceb9155de7 (diff) | |
download | ffmpeg-8d6ec6118698efaa662044a538e3dbc790d2f46b.tar.gz |
general: Fix usage of @float
makeinfo chokes on that.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 9ce0b3120d..8d7555d10f 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -130,7 +130,7 @@ Go to @url{http://x265.org/developers.html} and follow the instructions for installing the library. Then pass @code{--enable-libx265} to configure to enable it. -@float note +@float NOTE x265 is under the GNU Public License Version 2 or later (see @url{http://www.gnu.org/licenses/old-licenses/gpl-2.0.html} for details), you must upgrade FFmpeg's license to GPL in order to use it. |