2018-02-26 13:30 GMT+01:00 [email protected] <[email protected]>: > I have downloaded and build ffmpeg version N-90022-g50945482a7 > from git for testing purposes. > > Now I would like to remove this version and use the one provided > by my distro again.
You can try "rm /usr/local/bin/ffmpeg". Note that the distro version of FFmpeg is known to have more bugs and less features, every-day FFmpeg gets the same quality measures as releases. > How can I completely remove the custom build git version? I recommend to never install your custom build, by default a binary is linked that you can either run from the build directory or from your favorite location (from where you can easily remove it), I never install. "make uninstall" is supposed to remove the custom build binaries from the installation directory, note that I suspect the option is not well tested. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
