Re: [FFmpeg-devel] [PATCH] configure: quote compiler paths

2017-09-21 Thread Jacob Trimble
On Thu, Sep 21, 2017 at 10:03 AM, Nicolas George wrote: > Le jour de la Récompense, an CCXXV, Jacob Trimble a écrit : >> But without this, you can't have a compiler path that has a space in >> it. Plus, AFAIK, there is no way to escape the space through a bash >> variable.

Re: [FFmpeg-devel] [PATCH] configure: quote compiler paths

2017-09-21 Thread Nicolas George
Le jour de la Récompense, an CCXXV, Jacob Trimble a écrit : > But without this, you can't have a compiler path that has a space in > it. Plus, AFAIK, there is no way to escape the space through a bash > variable. Meaning there is no way for $cc to have an escaped space in > it. Is this just

Re: [FFmpeg-devel] [PATCH] configure: quote compiler paths

2017-09-21 Thread Jacob Trimble
On Wed, Sep 20, 2017 at 4:29 PM, Michael Niedermayer wrote: > > On Tue, Sep 19, 2017 at 04:54:16PM -0700, Jacob Trimble wrote: > > Signed-off-by: Jacob Trimble > > --- > > configure | 16 > > 1 file changed, 8 insertions(+), 8

Re: [FFmpeg-devel] [PATCH] configure: quote compiler paths

2017-09-20 Thread Michael Niedermayer
On Tue, Sep 19, 2017 at 04:54:16PM -0700, Jacob Trimble wrote: > Signed-off-by: Jacob Trimble > --- > configure | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) breaks build with ccache ./configure --cc='ccache gcc' ccache gcc is unable to create an

[FFmpeg-devel] [PATCH] configure: quote compiler paths

2017-09-19 Thread Jacob Trimble
Signed-off-by: Jacob Trimble --- configure | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 2de20a02a4..16aa09be05 100755 --- a/configure +++ b/configure @@ -920,14 +920,14 @@ check_cc(){ log check_cc "$@"