Ignore:
Timestamp:
Oct 3, 2017, 10:31:12 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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.
Message:

Merge branch 'master' into dct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/build_mingw

    r7b7a58e rbfbfafa  
    1515
    1616FFMPEG_BUILDS_URL="https://ffmpeg.zeranoe.com/builds"
    17 FFMPEG_DEFAULT="20170404-1229007"
     17FFMPEG_DEFAULT="3.3.3"
    1818
    1919# define some default CFLAGS
     
    8181  # fix dll location (see https://github.com/waf-project/waf/issues/1860)
    8282  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
    8784  zip -r $DESTDIR.zip `basename $DESTDIR`
    8885  rm -rf $DESTDIR
Note: See TracChangeset for help on using the changeset viewer.