[FFmpeg-user] Install updates through git
Elliott Balsley
elliottbalsley at gmail.com
Tue Oct 8 20:26:27 CEST 2013
I want to make sure I'm understanding you here. So this assumes I keep the ffmpeg source download each time?
What's the benefit of "git pull" instead of downloading with "git clone" ?
Sounds like a shell script is definitely the way to go to save the options.
On Oct 8, 2013, at 11:11 AM, Lou <lou at lrcd.com> wrote:
> 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.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list