[FFmpeg-trac] #2243(documentation:new): documentation bug
FFmpeg
trac at avcodec.org
Wed Feb 6 21:12:22 CET 2013
#2243: documentation bug
-------------------------------------+-------------------------------------
Reporter: | Type: defect
the_wanderer | Priority: normal
Status: new | Version: 1.1.1
Component: | Blocked By:
documentation | Reproduced by developer: 1
Keywords: --enable- |
manpages |
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
--enable-doc
--enable-manpages
How to reproduce:
{{{
configure --prefix=/usr/local
--enable-manpages
ffmpeg version 1.1.1
osx 10.8
perl revision 5 version 14 subversion 3
gcc 4.2.1
and
gcc 4.8.0
UTF-8
}}}
there are errors in pod document files with strange unrecognized symbols
1.
doc/ffmpeg.pod around line 1642: Non-ASCII character seen before =encoding
in '720?576'. Assuming UTF-8
POD document had syntax errors at
/usr/local/ActivePerl-5.14/site/bin/pod2man line 69.
make: *** [doc/ffmpeg.1] Error 255
2.
doc/ffmpeg-filters.pod around line 6428: Non-ASCII character seen before
=encoding in '8?8'. Assuming UTF-8
POD document had syntax errors at
/usr/local/ActivePerl-5.14/site/bin/pod2man line 69.
make: *** [doc/ffmpeg-filters.1] Error 255
the error is a funny "x" symbol, i replay this with a lower case x and it
compiles the manpages ok
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2243>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list