Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r4ed1e47 r2d64a24  
    6767            help_str = 'compile with libavcodec (auto)',
    6868            help_disable_str = 'disable libavcodec')
    69     add_option_enable_disable(ctx, 'vorbis', default = None,
    70             help_str = 'compile with libvorbis (auto)',
    71             help_disable_str = 'disable libvorbis')
    7269    add_option_enable_disable(ctx, 'samplerate', default = None,
    7370            help_str = 'compile with samplerate (auto)',
     
    432429                ctx.define('HAVE_AVRESAMPLE', 1)
    433430            ctx.define('HAVE_LIBAV', 1)
    434 
    435     # check for vorbisenc
    436     if (ctx.options.enable_vorbis != False):
    437         ctx.check_cfg(package = 'vorbisenc vorbis ogg',
    438                 args = '--cflags --libs',
    439                 uselib_store = 'VORBISENC',
    440                 mandatory = ctx.options.enable_vorbis)
    441431
    442432    if (ctx.options.enable_wavread != False):
Note: See TracChangeset for help on using the changeset viewer.