[vlc-devel] commit: Contrib: use -O3 to build libschroedinger. (Pavlov Konstantin )
git version control
git at videolan.org
Wed Jul 9 22:33:25 CEST 2008
vlc | branch: master | Pavlov Konstantin <thresh at videolan.org> | Thu Jul 10 00:33:56 2008 +0400| [ed90b5283569e461f0188bfe384717a6cfb79571]
Contrib: use -O3 to build libschroedinger.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed90b5283569e461f0188bfe384717a6cfb79571
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index a09aafe..01f6a20 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2445,7 +2445,7 @@ schroedinger: schroedinger-$(SCHROED_VERSION).tar.gz
$(EXTRACT_GZ)
.schroedinger: schroedinger .liboil
- (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
+ (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
touch $@
CLEAN_FILE += .schroedinger
More information about the vlc-devel
mailing list