[ffmpeg] Fix unbound variable error in build.sh.

This commit is contained in:
Max Moroz 2017-08-31 20:15:27 -07:00
parent 6a6163110a
commit dba3c1b2e5
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ make clean
make -j$(nproc)
make install
export PATH=$FFMPEG_DEPS_PATH/bin:$PATH
export LD_LIBRARY_PATH=$FFMPEG_DEPS_PATH/lib:$LD_LIBRARY_PATH
export PATH="$FFMPEG_DEPS_PATH/bin:$PATH"
export LD_LIBRARY_PATH="$FFMPEG_DEPS_PATH/lib"
cd $SRC
bzip2 -f -d alsa-lib-*