[vlc-commits] contrib: dvbpsi: don't build with -O6
Rafaël Carré
git at videolan.org
Fri Dec 23 02:04:13 CET 2011
vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 22 17:38:06 2011 -0500| [0fa5f398297a8cf17eebca2febe1152fd9805c10] | committer: Jean-Baptiste Kempf
contrib: dvbpsi: don't build with -O6
(cherry picked from commit ffe64df06bf5386a15ba0b56dee5536a201b22f6)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=0fa5f398297a8cf17eebca2febe1152fd9805c10
---
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