[ffmpeg] more undefined vars

This commit is contained in:
Mike Aizatsky 2016-12-28 10:31:50 -08:00 committed by GitHub
parent 3ecd63581b
commit 14e613045f
1 changed files with 1 additions and 1 deletions

View File

@ -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)