[vlc-commits] contrib: dvbpsi: don't build with -O6

Rafaël Carré git at videolan.org
Thu Dec 22 23:39:27 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 22 17:38:06 2011 -0500| [ffe64df06bf5386a15ba0b56dee5536a201b22f6] | committer: Rafaël Carré

contrib: dvbpsi: don't build with -O6

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

 contrib/src/dvbpsi/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/dvbpsi/rules.mak b/contrib/src/dvbpsi/rules.mak
index 093e620..ed9d93e 100644
--- a/contrib/src/dvbpsi/rules.mak
+++ b/contrib/src/dvbpsi/rules.mak
@@ -19,6 +19,6 @@ libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
 
 .dvbpsi: libdvbpsi
 	$(RECONF)
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-release
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list