vlc | branch: master | Lyndon Brown <jnq...@gmail.com> | Tue Jan 22 06:59:29 
2019 +0000| [35cb4563af5229a13b38319192ee14d9fc009f9e] | committer: 
Jean-Baptiste Kempf

i422_yuy2: fix macro label

Signed-off-by: Jean-Baptiste Kempf <j...@videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35cb4563af5229a13b38319192ee14d9fc009f9e
---

 modules/video_chroma/i422_yuy2.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_chroma/i422_yuy2.h b/modules/video_chroma/i422_yuy2.h
index 542d7a615a..424d52280d 100644
--- a/modules/video_chroma/i422_yuy2.h
+++ b/modules/video_chroma/i422_yuy2.h
@@ -135,11 +135,11 @@ movq      %%mm1, 8(%0)  # Store high UYVY                 
                \n\
 
 /* SSE2 assembly */
 
-#define SSE2_CALL(MMX_INSTRUCTIONS)         \
+#define SSE2_CALL(SSE2_INSTRUCTIONS)        \
     do {                                    \
     __asm__ __volatile__(                   \
         ".p2align 3 \n\t"                   \
-        MMX_INSTRUCTIONS                    \
+        SSE2_INSTRUCTIONS                   \
         :                                   \
         : "r" (p_line), "r" (p_y),          \
           "r" (p_u), "r" (p_v)              \

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to