[FFmpeg-devel] [PATCH] build: don't strip binaries during compilation

James Almer jamrial at gmail.com
Mon Oct 2 23:03:51 EEST 2017


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 <jamrial at 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.


More information about the ffmpeg-devel mailing list