On 10/2/2017 4:34 PM, Michael Niedermayer wrote: > On Sun, Oct 01, 2017 at 07:55:29PM -0300, James Almer wrote: >> Do it during install instead, like with the libraries. >> >> There's no benefit making a stripped copy of the CLI tools in the >> build folder. Doing it during install saves build time and storage >> space. >> >> Signed-off-by: James Almer <jamr...@gmail.com> > > Iam not sure this is a good idea > > the build binaries and installed binaries would differ, thats bound > to lead to some confusion and problems
What kind of confusion will removing "ffmpeg_g" from the build folder bring? It's never installed, and what does get installed by "make install" will not change with this patch in form or name. This patch does for the binaries the same thing we're doing for the libraries: Strip during install, instead of making a stripped duplicate in the build folder. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel