[vlc-devel] [PATCH 2/2] MinGW/MSys compilation fix
Sergey Radionov
rsatom at gmail.com
Wed Sep 19 09:19:00 CEST 2012
---
include/vlc_cpu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h
index 5b108fc..9b42c4f 100644
--- a/include/vlc_cpu.h
+++ b/include/vlc_cpu.h
@@ -53,7 +53,7 @@ VLC_API unsigned vlc_CPU(void);
# if VLC_GCC_VERSION(4, 4)
# define VLC_MMX __attribute__ ((__target__ ("mmx")))
# else
-# define VLC_MMX VLC_MMX_is_not_implemented_on_this_compiler
+# define VLC_MMX /*VLC_MMX_is_not_implemented_on_this_compiler*/
# endif
# endif
@@ -67,7 +67,7 @@ VLC_API unsigned vlc_CPU(void);
# if VLC_GCC_VERSION(4, 4)
# define VLC_SSE __attribute__ ((__target__ ("sse")))
# else
-# define VLC_SSE VLC_SSE_is_not_implemented_on_this_compiler
+# define VLC_SSE /*VLC_SSE_is_not_implemented_on_this_compiler*/
# endif
# endif
--
1.7.11.msysgit.1
More information about the vlc-devel
mailing list