Changes between Initial Version and Version 1 of Ticket #103, comment 8
- Timestamp:
- 07/12/12 15:28:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #103, comment 8
initial v1 1 Updated instructions adding libvpx 1.1 and {{{--enable-memalign-hack}}} 1 Updated instructions adding libvpx 1.1 and {{{--enable-memalign-hack}}} and better VPX options (favour realtime, etc): 2 2 {{{ 3 3 cd /tmp … … 21 21 tar jxvf libvpx-v1.1.0.tar.bz2 22 22 cd libvpx-v1.1.0 23 ./configure --enable-pic --disable-install-docs --enable-shared --enable-static --disable-vp8-decoder 23 ./configure --enable-pic --disable-install-docs --enable-shared --enable-static \ 24 --enable-vp8 --enable-realtime-only --enable-onthefly-bitpacking --enable-runtime-cpu-detect 24 25 make && make install 25 26 cd ..