Skip to content

Commit 0d8f1c9

Browse files
Merge pull request #12 from weslleymurdock/update-readme
Update README.md
2 parents 5a32449 + 4bcd259 commit 0d8f1c9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,28 @@ An android version is available [here](https://github.com/weslleymurdock/libpjsu
1515

1616
- [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)
1717

18-
| ABI | SSL | OPUS | H264 |
19-
|---------------|-------|-------|------|
20-
| armv7 | X | X | X |
21-
| armv7s | X | X | X |
22-
| arm64 | X | X | X |
23-
| i386 | - | - | - |
24-
| x86_64 | - | - | - |
18+
| ABI | SSL | OPUS | H264 | BCG729 |
19+
|---------------|-------|-------|------|--------|
20+
| armv7 | X | X | X | X |
21+
| armv7s | X | X | X | X |
22+
| arm64 | - | - | - | - |
23+
| i386 | X | X | X | X |
24+
| x86_64 | - | - | - | - |
2525

2626
**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
2727

28-
**NOTE**: 2 - Given a bad linking in x86_64 arch the build for pjsip was disabled (temporarily).
29-
3028
### Libs with automated build
3129

3230
- [x] pjsip [![pjsip](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/pjsip/pjproject)
3331
- [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)
3432
- [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)
3533
- [x] opus [![opus](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/xiph/opus/)
34+
- [x] bcg729 [![bcg729](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/BelledonneCommunications/bcg729)
3635
- [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)
3736

3837
### Remaining TODO
39-
40-
- [ ] Workflow for Xamarin app build.
41-
- [ ] Port PJSIP Xamarin app to MAUI
38+
39+
- [x] Port PJSIP Xamarin app to MAUI (Added on PR to pjsip repository samples)
4240

4341
### ACKNOWLEDGEMENTS
4442

0 commit comments

Comments
 (0)