mirror of
https://github.com/datarhei/ffmpeg
synced 2025-12-24 13:08:07 +08:00
FIX lame (project is unavailable on sourceforge)
This commit is contained in:
@@ -41,7 +41,8 @@ RUN buildDeps="autoconf \
|
||||
make install && \
|
||||
|
||||
DIR=$(mktemp -d) && cd ${DIR} && \
|
||||
curl -sL https://downloads.sf.net/project/lame/lame/${LAME_VERSION%.*}/lame-${LAME_VERSION}.tar.gz | \
|
||||
LAME_GIT_VERSION=$(echo ${LAME_VERSION} | tr '.' '_') && \
|
||||
curl -sL https://github.com/rbrito/lame/archive/RELEASE__${LAME_GIT_VERSION}.tar.gz | \
|
||||
tar -zx --strip-components=1 && \
|
||||
./configure --prefix="${SRC}" --bindir="${SRC}/bin" --disable-static --enable-nasm --datarootdir="${DIR}" && \
|
||||
make && \
|
||||
|
||||
Reference in New Issue
Block a user