Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 14911
Collapse All | Expand All

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

Return to bug 14911