You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavu/utils: Use "__asm__" like everywhere else in the codebase.
This commit is contained in:
@@ -152,7 +152,7 @@ AVRational av_get_time_base_q(void)
|
|||||||
void av_assert0_fpu(void) {
|
void av_assert0_fpu(void) {
|
||||||
#if HAVE_MMX_INLINE
|
#if HAVE_MMX_INLINE
|
||||||
uint16_t state[14];
|
uint16_t state[14];
|
||||||
__asm volatile (
|
__asm__ volatile (
|
||||||
"fstenv %0 \n\t"
|
"fstenv %0 \n\t"
|
||||||
: "+m" (state)
|
: "+m" (state)
|
||||||
:
|
:
|
||||||
|
Reference in New Issue
Block a user