Changes between Version 4 and Version 5 of Ticket #1904
- Timestamp:
- Jul 25, 2017 6:42:35 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1904 – Description
v4 v5 21 21 {{{ 22 22 ./configure-android --with-opus=[absolute-path-to]/opus-dev-lib 23 }}} 24 1. Verify if it's a sucess: 25 {{{ 26 checking for OPUS installations.. 27 Using OPUS prefix... [absolute-path-to]/opus-dev-lib/ 28 checking opus/opus.h usability... yes 29 checking opus/opus.h presence... yes 30 checking for opus/opus.h... yes 31 checking for opus_repacketizer_get_size in -lopus... yes 32 OPUS library found, OPUS support enabled 23 33 }}} 24 34