Re: [FFmpeg-devel] Patch: Replace quotes for inline asm detection.

2018-05-31 Thread John Cox
>On 5/30/2018 10:32 PM, Michael Niedermayer wrote: >> On Wed, May 30, 2018 at 09:48:51AM -0700, Frank Liberato wrote: >>> Please find attached a one line patch: >>> >>> Commit 8c893aa3cd5 removed quotes that were required to detect inline asm in clank: check_insn armv5te

Re: [FFmpeg-devel] Patch: Replace quotes for inline asm detection.

2018-05-30 Thread James Almer
On 5/30/2018 10:32 PM, Michael Niedermayer wrote: > On Wed, May 30, 2018 at 09:48:51AM -0700, Frank Liberato wrote: >> Please find attached a one line patch: >> >> >>> Commit 8c893aa3cd5 removed quotes that were required to detect >>> inline asm in clank: >>> >>> check_insn armv5te qadd r0,

Re: [FFmpeg-devel] Patch: Replace quotes for inline asm detection.

2018-05-30 Thread Michael Niedermayer
On Wed, May 30, 2018 at 09:48:51AM -0700, Frank Liberato wrote: > Please find attached a one line patch: > > > > Commit 8c893aa3cd5 removed quotes that were required to detect > > inline asm in clank: > > > > check_insn armv5te qadd r0, r0, r0 > > .../test.c:1:34: error: expected stri

[FFmpeg-devel] Patch: Replace quotes for inline asm detection.

2018-05-30 Thread Frank Liberato
Please find attached a one line patch: > Commit 8c893aa3cd5 removed quotes that were required to detect > inline asm in clank: > > check_insn armv5te qadd r0, r0, r0 > .../test.c:1:34: error: expected string literal in 'asm' > void foo(void){ __asm__ volatile(qadd r0, r0, r0); } >