- Timestamp:
- Apr 11, 2017, 1:49:44 AM (8 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rfbafd2c rb201912 334 334 mandatory = ctx.options.enable_avcodec) 335 335 ctx.check_cfg(package = 'libswresample', 336 args = '--cflags --libs libswresample >= 2.3.0',336 args = '--cflags --libs libswresample >= 1.2.0', 337 337 uselib_store = 'SWRESAMPLE', 338 338 mandatory = False) … … 456 456 # build documentation from source files using doxygen 457 457 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, 459 462 source = 'doc/web.cfg', 460 463 target = '../doc/web/html/index.html',
Note: See TracChangeset
for help on using the changeset viewer.