We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49bfd3 commit 945bbceCopy full SHA for 945bbce
tools/travis/linux.install.deps.sh
@@ -45,7 +45,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
45
echo ""
46
echo "Building libmp3lame (${LAME_VERSION})"
47
DIR=$(mktemp -d libmp3lameXXX) && cd ${DIR} && \
48
- curl -L -Os http://downloads.sourceforge.net/project/lame/lame/${LAME_VERSION%.*}/lame-${LAME_VERSION}.tar.gz && \
+ curl -L -Os http://downloads.sourceforge.net/project/lame/lame/${LAME_VERSION}/lame-${LAME_VERSION}.tar.gz && \
49
tar xzf lame-${LAME_VERSION}.tar.gz && \
50
cd lame-${LAME_VERSION} && \
51
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --bindir="${DEPENDENCY_INSTALL_PATH}/bin" --enable-nasm && \
0 commit comments