mirror of https://github.com/google/oss-fuzz.git
[ffmpeg] Fix unbound variable error in build.sh.
This commit is contained in:
parent
6a6163110a
commit
dba3c1b2e5
|
@ -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-*
|
||||
|
|
Loading…
Reference in New Issue