Commit e15e300e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* set -O3 on faad

parent e10833db
...@@ -449,7 +449,7 @@ faad2: faad2-$(FAAD2_VERSION).tar.bz2 ...@@ -449,7 +449,7 @@ faad2: faad2-$(FAAD2_VERSION).tar.bz2
$(EXTRACT_BZ2) $(EXTRACT_BZ2)
.faad: faad2 .faad: faad2
(cd $<; ./configure --prefix=$(PREFIX) && make -C libfaad && make -C libfaad install) (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="-O3" && make -C libfaad && make -C libfaad install)
$(INSTALL_NAME) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment