mirror of https://github.com/google/oss-fuzz.git
[ffmpeg] more undefined vars
This commit is contained in:
parent
3ecd63581b
commit
14e613045f
|
@ -118,7 +118,7 @@ make -j$(nproc)
|
|||
make install
|
||||
|
||||
cd $SRC/x264
|
||||
LDFLAGS="$CXXFLAGS $LDFLAGS" ./configure --prefix="$FFMPEG_DEPS_PATH" \
|
||||
LDFLAGS="$CXXFLAGS" ./configure --prefix="$FFMPEG_DEPS_PATH" \
|
||||
--enable-static
|
||||
make clean
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Reference in New Issue