[vlc-commits] contrib: libogg: do not use gcc -O4 on osx

Rafaël Carré git at videolan.org
Thu Sep 6 19:35:19 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Sep  6 19:34:53 2012 +0200| [1bd2dabff8e0f82abf50edbff01c4128ad484a07] | committer: Rafaël Carré

contrib: libogg: do not use gcc -O4 on osx

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

 contrib/src/ogg/libogg-1.1.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/ogg/libogg-1.1.patch b/contrib/src/ogg/libogg-1.1.patch
index 150d6d2..bf74b0c 100644
--- a/contrib/src/ogg/libogg-1.1.patch
+++ b/contrib/src/ogg/libogg-1.1.patch
@@ -38,7 +38,7 @@
  	*-*-darwin*)
  		DEBUG="-fno-common -g -Wall -fsigned-char"
 -		CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math"
-+		EXTRA_CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math"
++		EXTRA_CFLAGS="-fno-common -O3 -Wall -fsigned-char -ffast-math"
  		PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math"
  		;;
          *)



More information about the vlc-commits mailing list