[FFmpeg-user] Install updates through git

Lou lou at lrcd.com
Tue Oct 8 20:11:52 CEST 2013


On Tue, 8 Oct 2013 10:48:37 -0700
Elliott Balsley <elliottbalsley at gmail.com> wrote:

> Is there a simple "update" feature?

Not in a way that I think you are looking for, but you can do this:

$ cd ffmpeg
$ make distclean
$ git pull
$ ./configure #with all of your options
$ make

You could make a script.


More information about the ffmpeg-user mailing list