Edited wiki page Building_Source_v2_0 through web user interface.

This commit is contained in:
bossiel 2012-12-18 20:08:17 +00:00
parent b297ecf82f
commit 2b2f726c00
1 changed files with 3 additions and 0 deletions

View File

@ -151,14 +151,17 @@ cd ffmpeg
* Minimal build
{{{
cd doubango && ./autogen.sh && ./configure --with-ssl --with-srtp
make && make install
}}}
* Recommended build
{{{
cd doubango && ./autogen.sh && ./configure --with-ssl --with-srtp --with-speexdsp --enable-speexjb --with-ffmpeg --with-h264
make && make install
}}}
* Full build
{{{
cd doubango && ./autogen.sh && ./configure --with-ssl --with-srtp --with-vpx --with-yuv --with-amr --with-speex --with-speexdsp --enable-speexresampler --enable-speexjb --enable-speexdenoiser --with-gsm --with-ilbc --with-g729 --with-ffmpeg --with-h264
make && make install
}}}
<br />