Skip to content

Commit

Permalink
Fix alsa config path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Jun 16, 2020
1 parent ec0e0a0 commit 7361127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ if [ "$(uname)" = "Linux" ]; then
if build "alsa"; then
download "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.2.tar.bz2" "alsa-lib-1.2.2.tar.bz2"
cd $PACKAGES/alsa-lib-1.2.2 || exit
execute ./configure --prefix=${WORKSPACE} --enable-static --disable-shared
execute ./configure --prefix=${WORKSPACE} --with-configdir=/usr/share/alsa --enable-static --disable-shared
execute make -j $MJOBS
execute make install
build_done "alsa"
Expand Down

0 comments on commit 7361127

Please sign in to comment.