Changeset bfbfafa for scripts/build_mingw
- Timestamp:
- Oct 3, 2017, 10:31:12 PM (7 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 2e5c52e
- Parents:
- 7b7a58e (diff), 25db68c (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/build_mingw
r7b7a58e rbfbfafa 15 15 16 16 FFMPEG_BUILDS_URL="https://ffmpeg.zeranoe.com/builds" 17 FFMPEG_DEFAULT=" 20170404-1229007"17 FFMPEG_DEFAULT="3.3.3" 18 18 19 19 # define some default CFLAGS … … 81 81 # fix dll location (see https://github.com/waf-project/waf/issues/1860) 82 82 mv $DESTDIR/lib/libaubio-5.dll $DESTDIR/bin 83 # generate def file (see https://github.com/aubio/aubio/issues/97) 84 ( echo -e "EXPORTS"; $NM $DESTDIR/bin/libaubio-5.dll | grep T\ | \ 85 egrep "(aubio|fvec|cvec|lvec|fmat)" | sed 's/^.* T _\?//' ) \ 86 > $DESTDIR/bin/libaubio-5.def 83 mv $DESTDIR/lib/libaubio-5.def $DESTDIR/bin 87 84 zip -r $DESTDIR.zip `basename $DESTDIR` 88 85 rm -rf $DESTDIR
Note: See TracChangeset
for help on using the changeset viewer.