Skip to content

Commit

Permalink
Merge pull request #12 from weslleymurdock/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
weslleymurdock authored Dec 1, 2024
2 parents 5a32449 + 4bcd259 commit 0d8f1c9
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d8f1c9

Please sign in to comment.