[FFmpeg-cvslog] lavu/utils: Use "__asm__" like everywhere else in the codebase.
Carl Eugen Hoyos
git at videolan.org
Sun Oct 8 02:13:53 EEST 2017
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Sun Oct 8 01:13:16 2017 +0200| [d96d65dfebdd9f1396d51817c1716f86e536245c] | committer: Carl Eugen Hoyos
lavu/utils: Use "__asm__" like everywhere else in the codebase.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d96d65dfebdd9f1396d51817c1716f86e536245c
---
libavutil/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/utils.c b/libavutil/utils.c
index 8cc7a9516c..2c170db2e1 100644
--- a/libavutil/utils.c
+++ b/libavutil/utils.c
@@ -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)
:
More information about the ffmpeg-cvslog
mailing list