| | 112 | '''Note 3:''' To compile FFmpeg with '''opus''' support configure it with --enable-libopus. |
| | 113 | For Ubuntu 12.10 (Quantal Quetzal) onwards add '''libopus-dev''' to the dependencies. |
| | 114 | |
| | 115 | For earlier versions compile and install libopus first. |
| | 116 | |
| | 117 | This method is OK:- |
| | 118 | {{{ |
| | 119 | $ git clone --depth 1 git://git.xiph.org/opus.git |
| | 120 | $ cd opus && ./autogen.sh && ./configure --disable-shared |
| | 121 | $ make |
| | 122 | $ sudo checkinstall --pkgname=libopus --pkgversion="1.1.1+git$(date +%Y%m%d)" --backup=no --deldoc=yes --fstrans=no --default |
| | 123 | }}} |