Changeset b201912 for wscript


Ignore:
Timestamp:
Apr 11, 2017, 1:49:44 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
04d0c89
Parents:
fbafd2c (diff), b762f8d (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 sampler

Fixed conflicts:

python/lib/gen_external.py
src/io/source_avcodec.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rfbafd2c rb201912  
    334334                mandatory = ctx.options.enable_avcodec)
    335335        ctx.check_cfg(package = 'libswresample',
    336                 args = '--cflags --libs libswresample >= 2.3.0',
     336                args = '--cflags --libs libswresample >= 1.2.0',
    337337                uselib_store = 'SWRESAMPLE',
    338338                mandatory = False)
     
    456456    # build documentation from source files using doxygen
    457457    if bld.env['DOXYGEN']:
    458         bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null',
     458        bld.env.VERSION = VERSION
     459        rule = '( cat ${SRC} && echo PROJECT_NUMBER=${VERSION}; )'
     460        rule += ' | doxygen - > /dev/null'
     461        bld( name = 'doxygen', rule = rule,
    459462                source = 'doc/web.cfg',
    460463                target = '../doc/web/html/index.html',
Note: See TracChangeset for help on using the changeset viewer.