mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
lavu/utils: Use "__asm__" like everywhere else in the codebase.
This commit is contained in:
parent
5d3e935728
commit
d96d65dfeb
@ -152,7 +152,7 @@ AVRational av_get_time_base_q(void)
|
||||
void av_assert0_fpu(void) {
|
||||
#if HAVE_MMX_INLINE
|
||||
uint16_t state[14];
|
||||
__asm volatile (
|
||||
__asm__ volatile (
|
||||
"fstenv %0 \n\t"
|
||||
: "+m" (state)
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user