View | Details | Raw Unified
Collapse All | Expand All

(-) gcompris-2.0.0/configure (-2 / +2 lines)
 Lines 3199-3208    Link Here 
    vorbis_info_init (&vi);
    vorbis_info_init (&vi);
    vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
    vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
    vorbis_analysis_init (&vd, &vi);
    /* vorbis_analysis_init (&vd, &vi);*/
    vorbis_block_init (&vd, &vb);
    vorbis_block_init (&vd, &vb);
    /* this function was added in 1.0rc3, so this is what we're testing for */
    /* this function was added in 1.0rc3, so this is what we're testing for */
    vorbis_bitrate_addblock (&vb);
    /* vorbis_bitrate_addblock (&vb);*/
    system("touch conf.vorbistest");
    system("touch conf.vorbistest");
    return 0;
    return 0;