On 16-02-11 at 09:37, [email protected] wrote: > Hello, > > i would like to update my selfcompiled ffmpeg which is running on centos. > i followed the compiling guide from wiki. > Problem is i can't use git pull because git its blocked in our main > firewall. > What else can i do to just update my existing ffmpeg installation? > And would it be possible to update with a different configuration? I don't > want librtmp anymore. You can grab snapshots of the source tree via http from [1]. Then just compile as usual but remove the flags you don't want from the configure line (in this case --enable-librtmp).
[1]: https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 -- Simon Thelen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
