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

Frank Liberato liberato at chromium.org
Wed May 30 19:48:51 EEST 2018


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); }
>
>     The correct code is:
>
>     void foo(void){ __asm__ volatile("qadd r0, r0, r0"); }


Thanks
Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Replace-quotes-for-inline-asm-detection.patch
Type: text/x-patch
Size: 924 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180530/10e92667/attachment.bin>


More information about the ffmpeg-devel mailing list