Hi,

On Wed, Aug 1, 2012 at 10:29 PM, Daniel Kang <[email protected]> wrote:
> On Wed, Aug 1, 2012 at 5:22 AM, Måns Rullgård <[email protected]> wrote:
>>
>> Daniel Kang <[email protected]> writes:
>>
>> > Can I have access to a setup that doesn't have inlined assembly?
>>
>> --extra-cflags=-D__asm__=error should make it fail nicely.
>
>
> This gives me bizarre errors like:
>
> /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:25:14: error: storage
> class specified for parameter ‘__kernel_clockid_t’
>
> Is there a way to just disable inlined assembly in libav?

I had that too. I used a sed script to replace __asm__ with
DONTCOMPILEME for testing (see sed -i).

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to