Commit 551a4655 authored by Edward Wang's avatar Edward Wang Committed by 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: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 78baddd0
...@@ -37,4 +37,4 @@ then ...@@ -37,4 +37,4 @@ then
OPTIONS="${OPTIONS} --disable-taglib --disable-mkv" OPTIONS="${OPTIONS} --disable-taglib --disable-mkv"
fi fi
sh "$(dirname $0)"/../../../configure ${OPTIONS} $* sh "$(dirname $0)"/../../../configure ${OPTIONS} $* CFLAGS="-march=pentium"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment