[FFmpeg-user] Install updates through git
Nathan Lewis
nlewis at crawford.com
Tue Oct 8 21:17:44 CEST 2013
On Tue, Oct 8, 2013 at 1:48 PM, Elliott Balsley <elliottbalsley at gmail.com>wrote:
> Is there some way to configure the new installation using the exact same
> parameters as my current installation? I used a lot of flags during the
> configure last time, and it takes some time to research and remember them
> all.
Does calling ffmpeg -i not display all of the parameters passed to
configure for the current installation? For example:
$ ffmpeg -i
ffmpeg version 1.0.3 Copyright (c) 2000-2012 the FFmpeg developers
built on Jan 27 2013 20:29:40 with llvm-gcc 4.2.1 (LLVM build 2335.15.00)
configuration: --enable-nonfree --enable-gpl --enable-libfaac
--enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx
--enable-pthreads --enable-libx264 --enable-version3
libavutil 51. 73.101 / 51. 73.101
libavcodec 54. 59.100 / 54. 59.100
libavformat 54. 29.104 / 54. 29.104
libavdevice 54. 2.101 / 54. 2.101
libavfilter 3. 17.100 / 3. 17.100
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
More information about the ffmpeg-user
mailing list