This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavu/utils: Use "__asm__" like everywhere else in the codebase.
tags/n3.4
Carl Eugen Hoyos
7 years ago
parent
5d3e935728
commit
d96d65dfeb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/utils.c
+ 1
- 1
libavutil/utils.c
View File
@@ -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)
:
Write
Preview
Loading…
Cancel
Save