[vlc-commits] Win32: set march to pentium

Edward Wang git at videolan.org
Thu May 31 01:29:17 CEST 2012


vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon May 28 17:22:05 2012 -0400| [551a46554c7ca8cad61d751cdd1f8b9cbefd9bce] | committer: Jean-Baptiste Kempf

Win32: set march to pentium

Fix include/vlc_atomic.h:124: undefined reference to `___sync_bool_compare_and_swap_4' etc

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 extras/package/win32/configure.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
index b1e5e13..7605fed 100755
--- a/extras/package/win32/configure.sh
+++ b/extras/package/win32/configure.sh
@@ -37,4 +37,4 @@ then
     OPTIONS="${OPTIONS} --disable-taglib --disable-mkv"
 fi
 
-sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
+sh "$(dirname $0)"/../../../configure ${OPTIONS} $* CFLAGS="-march=pentium"



More information about the vlc-commits mailing list