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

2017-10-03 Thread James Almer
On 10/3/2017 2:11 PM, wm4 wrote: > On Tue, 3 Oct 2017 13:27:21 -0300 > James Almer wrote: > >> I don't really agree with this, seeing almost every other project out >> there does pretty much what this patch is trying to achieve and don't >> seem to have issues handling bug

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

2017-10-03 Thread wm4
On Tue, 3 Oct 2017 13:27:21 -0300 James Almer wrote: > I don't really agree with this, seeing almost every other project out > there does pretty much what this patch is trying to achieve and don't > seem to have issues handling bug reports, but if both you and Carl > consider

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

2017-10-03 Thread Marton Balint
On Tue, 3 Oct 2017, James Almer wrote: On 10/3/2017 1:01 PM, Michael Niedermayer wrote: On Mon, Oct 02, 2017 at 05:03:51PM -0300, James Almer wrote: 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,

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

2017-10-03 Thread James Almer
On 10/3/2017 1:01 PM, Michael Niedermayer wrote: > On Mon, Oct 02, 2017 at 05:03:51PM -0300, James Almer wrote: >> 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.

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

2017-10-03 Thread wm4
On Tue, 3 Oct 2017 18:01:14 +0200 Michael Niedermayer wrote: > differently. Bugs in the past occuring with ffmpeg did sometimes not > reproduce with ffmpeg_g. But if one talked about "ffmpeg" or "ffmpeg_g" > together with its command line output which contains revission

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

2017-10-03 Thread Michael Niedermayer
On Mon, Oct 02, 2017 at 05:03:51PM -0300, James Almer wrote: > 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

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

2017-10-03 Thread James Almer
On 10/3/2017 10:27 AM, wm4 wrote: > On Tue, 3 Oct 2017 10:23:08 -0300 > James Almer wrote: > >> On 10/3/2017 5:18 AM, wm4 wrote: >>> On Mon, 2 Oct 2017 21:34:18 +0200 >>> Michael Niedermayer wrote: >>> On Sun, Oct 01, 2017 at 07:55:29PM -0300,

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

2017-10-03 Thread wm4
On Tue, 3 Oct 2017 10:23:08 -0300 James Almer wrote: > On 10/3/2017 5:18 AM, wm4 wrote: > > On Mon, 2 Oct 2017 21:34:18 +0200 > > Michael Niedermayer wrote: > > > >> On Sun, Oct 01, 2017 at 07:55:29PM -0300, James Almer wrote: > >>> Do it during

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

2017-10-03 Thread James Almer
On 10/3/2017 5:18 AM, wm4 wrote: > On Mon, 2 Oct 2017 21:34:18 +0200 > 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

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

2017-10-03 Thread wm4
On Mon, 2 Oct 2017 21:34:18 +0200 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

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

2017-10-02 Thread James Almer
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

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

2017-10-02 Thread Michael Niedermayer
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

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

2017-10-01 Thread James Almer
On 10/1/2017 8:31 PM, Carl Eugen Hoyos wrote: > 2017-10-02 1:27 GMT+02:00 James Almer : >> On 10/1/2017 8:22 PM, Carl Eugen Hoyos wrote: >>> 2017-10-02 1:20 GMT+02:00 James Almer : On 10/1/2017 8:18 PM, Carl Eugen Hoyos wrote: > 2017-10-02 0:55

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

2017-10-01 Thread Carl Eugen Hoyos
2017-10-02 1:27 GMT+02:00 James Almer : > On 10/1/2017 8:22 PM, Carl Eugen Hoyos wrote: >> 2017-10-02 1:20 GMT+02:00 James Almer : >>> On 10/1/2017 8:18 PM, Carl Eugen Hoyos wrote: 2017-10-02 0:55 GMT+02:00 James Almer : > Do it

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

2017-10-01 Thread James Almer
On 10/1/2017 8:22 PM, Carl Eugen Hoyos wrote: > 2017-10-02 1:20 GMT+02:00 James Almer : >> On 10/1/2017 8:18 PM, Carl Eugen Hoyos wrote: >>> 2017-10-02 0:55 GMT+02:00 James Almer : Do it during install instead, like with the libraries. There's

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

2017-10-01 Thread Carl Eugen Hoyos
2017-10-02 1:20 GMT+02:00 James Almer : > On 10/1/2017 8:18 PM, Carl Eugen Hoyos wrote: >> 2017-10-02 0:55 GMT+02:00 James Almer : >>> Do it during install instead, like with the libraries. >>> >>> There's no benefit making a stripped copy of the CLI tools in

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

2017-10-01 Thread James Almer
On 10/1/2017 8:18 PM, Carl Eugen Hoyos wrote: > 2017-10-02 0:55 GMT+02:00 James Almer : >> 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

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

2017-10-01 Thread Carl Eugen Hoyos
2017-10-02 0:55 GMT+02:00 James Almer : > 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. This makes it much more difficult

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

2017-10-01 Thread James Almer
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 --- FATE slots will love this, especially those