[vlc-commits] contrib/mad: use -O3 instead -O4, since the latter results can end up to be undefined

Felix Paul Kühne git at videolan.org
Wed Oct 17 17:24:27 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 13 01:38:11 2012 +0200| [8d09802392b674ea6ae7993c20e6f725b0d7a86c] | committer: Felix Paul Kühne

contrib/mad: use -O3 instead -O4, since the latter results can end up to be undefined

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

 contrib/src/mad/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/mad/rules.mak b/contrib/src/mad/rules.mak
index 44b5fdc..3732e4f 100644
--- a/contrib/src/mad/rules.mak
+++ b/contrib/src/mad/rules.mak
@@ -32,7 +32,7 @@ endif
 	touch libmad/NEWS libmad/AUTHORS libmad/ChangeLog
 	$(RECONF)
 ifdef HAVE_IOS
-	cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O4" ./configure $(HOSTCONF) $(MAD_CONF)
+	cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(MAD_CONF)
 else
 	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(MAD_CONF)
 endif



More information about the vlc-commits mailing list