On 12/5/2020 4:52 AM, Ram Shaffir wrote:
I told that it is a mistake to use sudo when configure and make,

Certainly is (why did you use it in the first place?). I think you need to educate yourself on what sudo does and when to use it. It's almost never needed with compiling.


In file included from ./libavutil/bswap.h:38,
                  from ./libavutil/intreadwrite.h:25,
                  from libavfilter/vf_curves.c:25:
libavfilter/vf_curves.c: In function ‘parse_psfile’:
./libavutil/aarch64/bswap.h:31:5: error: invalid 'asm': invalid operand for 
code 'w'
      __asm__("rev16 %w0, %w0" : "+r"(x));

Search for "error: invalid 'asm': invalid operand for code 'w'", that will say a lot about why this might be a problem, including at https://forum.mythtv.org/viewtopic.php?t=3606.

Please do a little research before just asking "what's wrong?".

Later,

z!
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to