Re: [FFmpeg-devel] [PATCH 1/2] compat/cuda/ptx2c: remove shell loop

2020-05-23 Thread Carl Eugen Hoyos
Am Sa., 23. Mai 2020 um 20:13 Uhr schrieb Ridley Combs : > > > On May 23, 2020, at 06:47, Carl Eugen Hoyos wrote: > > > > Am Sa., 23. Mai 2020 um 06:01 Uhr schrieb rcombs : > >> > >> This improves build times dramatically > >> --- > >> compat/cuda/ptx2c.sh | 8 +++- > >> 1 file changed, 3

Re: [FFmpeg-devel] [PATCH 1/2] compat/cuda/ptx2c: remove shell loop

2020-05-23 Thread Ridley Combs
> On May 23, 2020, at 06:47, Carl Eugen Hoyos wrote: > > Am Sa., 23. Mai 2020 um 06:01 Uhr schrieb rcombs : >> >> This improves build times dramatically >> --- >> compat/cuda/ptx2c.sh | 8 +++- >> 1 file changed, 3 insertions(+), 5 deletions(-) >> >> diff --git a/compat/cuda/ptx2c.sh

Re: [FFmpeg-devel] [PATCH 1/2] compat/cuda/ptx2c: remove shell loop

2020-05-23 Thread Carl Eugen Hoyos
Am Sa., 23. Mai 2020 um 06:01 Uhr schrieb rcombs : > > This improves build times dramatically > --- > compat/cuda/ptx2c.sh | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/compat/cuda/ptx2c.sh b/compat/cuda/ptx2c.sh > index 0750e7a3b7..435a9b4b6c 100755 > ---