Commit a3a1d440 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated lame to 3.100

parent d6bbf8bd
all: all:
tar xf lame-3.99.5.tar.gz tar xf lame-3.100.tar.gz
patch -Np1 -d lame-3.99.5 < lame-3.99.5-config-update.patch cd lame-3.100 && ./configure --prefix=/usr --enable-mp3rtp --disable-static
cd lame-3.99.5 && ./configure --prefix=/usr --enable-mp3rtp --disable-static $(MAKE) -C lame-3.100
$(MAKE) -C lame-3.99.5 $(MAKE) -C lame-3.100 test
$(MAKE) -C lame-3.99.5 test $(MAKE) -C lame-3.100 pkghtmldir=/usr/share/doc/lame-3.100 install
$(MAKE) -C lame-3.99.5 pkghtmldir=/usr/share/doc/lame-3.99.5 install rm -rf lame-3.100
rm -rf lame-3.99.5
This diff is collapsed.
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