Changeset a59ecb7
- Timestamp:
- Jul 2, 2020, 3:45:50 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 7b8e51c, bd183b3
- Parents:
- 9c730b5 (diff), 87cd03a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/build_android
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e -
scripts/build_emscripten
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 function checkprog() { -
scripts/build_mingw
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 # This script cross compiles aubio for windows using mingw, four times: -
scripts/get_waf.sh
r9c730b5 ra59ecb7 1 #! / bin/bash1 #! /usr/bin/env bash 2 2 3 3 set -e
Note: See TracChangeset
for help on using the changeset viewer.