From 4bcd2593de76eeb193d5f08b1f15e64d7a3e0302 Mon Sep 17 00:00:00 2001 From: Weslley Luiz <37993565+weslleymurdock@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:31:12 -0300 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 792a954..805280d 100644 --- a/README.md +++ b/README.md @@ -15,30 +15,28 @@ An android version is available [here](https://github.com/weslleymurdock/libpjsu - [x] [![iOS](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)](https://github.com/weslleymurdock/libpjsua2/actions/workflows/ios.yml) -| ABI | SSL | OPUS | H264 | -|---------------|-------|-------|------| -| armv7 | X | X | X | -| armv7s | X | X | X | -| arm64 | X | X | X | -| i386 | - | - | - | -| x86_64 | - | - | - | +| ABI | SSL | OPUS | H264 | BCG729 | +|---------------|-------|-------|------|--------| +| armv7 | X | X | X | X | +| armv7s | X | X | X | X | +| arm64 | - | - | - | - | +| i386 | X | X | X | X | +| x86_64 | - | - | - | - | **NOTE**: 1 - Given an gui alert in config_site, for now the build for i386 arch is disabled. Maybe its need a workaround in the ./configure to skip this validation just on this arch -**NOTE**: 2 - Given a bad linking in x86_64 arch the build for pjsip was disabled (temporarily). - ### Libs with automated build - [x] pjsip [![pjsip](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/pjsip/pjproject) - [x] OpenSSL for iPhone [![ssl-ios](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/x2on/OpenSSL-for-iPhone) - [x] openh264 [![openh264](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://www.github.com/cisco/openh264) - [x] opus [![opus](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/xiph/opus/) +- [x] bcg729 [![bcg729](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/BelledonneCommunications/bcg729) - [x] zrtp [![zrtp](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/wernerd/ZRTP4PJ) (currently not in use by ios workflow) ### Remaining TODO - -- [ ] Workflow for Xamarin app build. -- [ ] Port PJSIP Xamarin app to MAUI + +- [x] Port PJSIP Xamarin app to MAUI (Added on PR to pjsip repository samples) ### ACKNOWLEDGEMENTS