[FFmpeg-trac] #1686(documentation:new): Dataloss because ffmpeg manpage about -passlogfile is wrong

FFmpeg trac at avcodec.org
Wed Aug 29 18:23:10 CEST 2012


#1686: Dataloss because ffmpeg manpage about -passlogfile is wrong
-------------------------------------+-------------------------------------
             Reporter:  jonb         |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  minor        |                Component:
              Version:  0.7.13       |  documentation
             Keywords:  passlogfile  |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by jonb):

 jonbendtsen at media:/jon_compiles_ffmpeg/ffmpeg$ ./configure --enable-gpl
 --enable-libfaac --enable-libfdk-aac --enable-libmp3lame   --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-
 libtheora   --enable-libvorbis --enable-libvpx --enable-libx264 --enable-
 nonfree --enable-version3
 ERROR: libfdk_aac not found

 If you think configure made a mistake, make sure you are using the latest
 version from Git.  If the latest version fails, report the problem to the
 ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
 Include the log file "config.log" produced by configure as this will help
 solving the problem.
 jonbendtsen at media:/jon_compiles_ffmpeg/fdk-aac$ autoreconf -fiv
 -bash: autoreconf: command not found

 okay, so I install the Debian package autoconf2.13


 jonbendtsen at media:/jon_compiles_ffmpeg/fdk-aac$ autoreconf -fiv
 autoreconf2.50: Entering directory `.'
 autoreconf2.50: configure.ac: not using Gettext
 autoreconf2.50: running: aclocal --force -I m4
 autoreconf2.50: configure.ac: tracing
 autoreconf2.50: configure.ac: not using Libtool
 autoreconf2.50: running: /usr/bin/autoconf --force
 autoreconf2.50: configure.ac: not using Autoheader
 autoreconf2.50: running: automake --add-missing --copy --force-missing
 configure.ac:7: installing `./install-sh'
 configure.ac:7: installing `./missing'
 Makefile.am:30: Libtool library used but `LIBTOOL' is undefined
 Makefile.am:30:   The usual way to define `LIBTOOL' is to add
 `AC_PROG_LIBTOOL'
 Makefile.am:30:   to `configure.ac' and run `aclocal' and `autoconf'
 again.
 Makefile.am:30:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
 Makefile.am:30:   its definition is in aclocal's search path.
 Makefile.am: installing `./depcomp'
 autoreconf2.50: automake failed with exit status: 1


 but it is still complaining about missing stuff.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1686#comment:10>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list