Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-07 Thread Andreas Cadhalpun
On 06.02.2016 21:49, Clément Bœsch wrote: > On Sat, Feb 06, 2016 at 04:26:43PM +0100, Andreas Cadhalpun wrote: >> On 03.02.2016 00:41, Andreas Cadhalpun wrote: >>> I see, it passes '-b $(SRC_PATH)' to lcov, which is now unnecessary/harmful >>> for out-of-tree builds using the src link. >>> The

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-06 Thread Clément Bœsch
On Sat, Feb 06, 2016 at 04:26:43PM +0100, Andreas Cadhalpun wrote: > On 03.02.2016 00:41, Andreas Cadhalpun wrote: > > I see, it passes '-b $(SRC_PATH)' to lcov, which is now unnecessary/harmful > > for out-of-tree builds using the src link. > > The first attached patch changes it to simply use

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-06 Thread Clément Bœsch
On Wed, Feb 03, 2016 at 12:41:01AM +0100, Andreas Cadhalpun wrote: [...] > The second patch was necessary to fix the following error: > lcov: ERROR: cannot write to coverage.info! > > Does it work for you without that patch? > I confirm it fails the same way as you without the second patch. --

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-06 Thread Andreas Cadhalpun
On 02.02.2016 01:04, Andreas Cadhalpun wrote: > Subject: [PATCH] configure: fall back to using full path if src is a directory > > Or when building in-tree. > Also don't try to remove src on distclean in these cases. > > Signed-off-by: Andreas Cadhalpun > --- >

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-06 Thread Andreas Cadhalpun
On 03.02.2016 00:41, Andreas Cadhalpun wrote: > I see, it passes '-b $(SRC_PATH)' to lcov, which is now unnecessary/harmful > for out-of-tree builds using the src link. > The first attached patch changes it to simply use the current directory in > that case. > The second patch was necessary to fix

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-02 Thread Andreas Cadhalpun
On 02.02.2016 17:13, Clément Bœsch wrote: > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: >> ffmpeg | branch: master | Andreas Cadhalpun >> | Mon Jan 25 01:42:23 2016 +0100| >> [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-02 Thread Clément Bœsch
On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > ffmpeg | branch: master | Andreas Cadhalpun > | Mon Jan 25 01:42:23 2016 +0100| > [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun > > build: use a link instead of

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-01 Thread Andreas Cadhalpun
On 30.01.2016 17:36, Derek Buitenhuis wrote: > On 1/30/2016 12:11 PM, Michael Niedermayer wrote: >> patch should be ok > > Related to this: > > [16:25] <@Daemon404> that src/ dir really screws up my grepping if i dont > distclean first > [16:25] <@Daemon404> i get all my results twice > [16:25]

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-30 Thread Derek Buitenhuis
On 1/30/2016 12:11 PM, Michael Niedermayer wrote: > patch should be ok Related to this: [16:25] <@Daemon404> that src/ dir really screws up my grepping if i dont distclean first [16:25] <@Daemon404> i get all my results twice [16:25] <@Daemon404> unless i build out of tree [16:25] <@Daemon404>

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-30 Thread Michael Niedermayer
On Sat, Jan 30, 2016 at 01:12:15AM +0100, Andreas Cadhalpun wrote: > On 28.01.2016 15:42, Michael Niedermayer wrote: > > On Wed, Jan 27, 2016 at 11:52:28PM +0100, Andreas Cadhalpun wrote: > >> Makefile |5 - > >> configure |2 +- > >> 2 files changed, 5 insertions(+), 2 deletions(-)

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-29 Thread Andreas Cadhalpun
On 28.01.2016 15:42, Michael Niedermayer wrote: > On Wed, Jan 27, 2016 at 11:52:28PM +0100, Andreas Cadhalpun wrote: >> Makefile |5 - >> configure |2 +- >> 2 files changed, 5 insertions(+), 2 deletions(-) >> 67bd05c13361082708ccc24ee5828c4c00a443a3 >>

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-28 Thread Michael Niedermayer
On Wed, Jan 27, 2016 at 11:52:28PM +0100, Andreas Cadhalpun wrote: > On 27.01.2016 12:09, Michael Niedermayer wrote: > > On Tue, Jan 26, 2016 at 11:07:43PM +0100, Andreas Cadhalpun wrote: > >> configure |2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >>

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-27 Thread Andreas Cadhalpun
On 27.01.2016 12:09, Michael Niedermayer wrote: > On Tue, Jan 26, 2016 at 11:07:43PM +0100, Andreas Cadhalpun wrote: >> configure |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> 1edecc11203a53b6dfa3f9816583b7bceb6b6491 >>

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-27 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 11:07:43PM +0100, Andreas Cadhalpun wrote: > On 26.01.2016 21:28, Michael Niedermayer wrote: > > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > >> ffmpeg | branch: master | Andreas Cadhalpun > >> | Mon Jan 25

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > ffmpeg | branch: master | Andreas Cadhalpun > | Mon Jan 25 01:42:23 2016 +0100| > [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun > > build: use a link instead of

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Andreas Cadhalpun
On 26.01.2016 21:28, Michael Niedermayer wrote: > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: >> ffmpeg | branch: master | Andreas Cadhalpun >> | Mon Jan 25 01:42:23 2016 +0100| >> [b46aae093634271931395d65f422f4b2a23112d3] | committer:

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 11:07:43PM +0100, Andreas Cadhalpun wrote: > On 26.01.2016 21:28, Michael Niedermayer wrote: > > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > >> ffmpeg | branch: master | Andreas Cadhalpun > >> | Mon Jan 25