[vlc-commits] Revert "Win32: set march to pentium"
Rafaël Carré
git at videolan.org
Wed Jun 6 16:18:03 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jun 6 10:17:55 2012 -0400| [0e9338380b8e7ff7ab8b1cbb582cb1db591ee6a4] | committer: Rafaël Carré
Revert "Win32: set march to pentium"
This reverts commit 551a46554c7ca8cad61d751cdd1f8b9cbefd9bce.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e9338380b8e7ff7ab8b1cbb582cb1db591ee6a4
---
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 7605fed..b1e5e13 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} $* CFLAGS="-march=pentium"
+sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
More information about the vlc-commits
mailing list