-
- Downloads
contrib: Ease the configuration of a custom cache directory.
It was previously possible by overriding the TARBALLS variable on each make call, but that's inconvenient. This changes allows specifying it once, at bootstrap time. If the TARBALLS environment is defined, it is also honored (and takes precedence over the value provided at bootstrap time). * contrib/src/ffmpeg/rules.mak (ffmpeg): Because the $(TARBALLS) variable is now made absolute (for clarity in the build output), do not use a relative path. * contrib/src/onnx/rules.mak (onnx): Likewise. * contrib/src/vpx/rules.mak (libvpx): Likewise. * contrib/src/x264/rules.mak: Likewise. Change-Id: I07497b095938c7885159f44753ead2814ed2a2fe
Showing
- contrib/bootstrap 6 additions, 0 deletionscontrib/bootstrap
- contrib/src/ffmpeg/rules.mak 1 addition, 1 deletioncontrib/src/ffmpeg/rules.mak
- contrib/src/main.mak 8 additions, 3 deletionscontrib/src/main.mak
- contrib/src/onnx/rules.mak 1 addition, 1 deletioncontrib/src/onnx/rules.mak
- contrib/src/vpx/rules.mak 1 addition, 1 deletioncontrib/src/vpx/rules.mak
- contrib/src/x264/rules.mak 1 addition, 1 deletioncontrib/src/x264/rules.mak
Please register or sign in to comment