forked from nesterenkodm/pjsip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
328 changed files
with
462 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,46 @@ | ||
.DS_Store | ||
build/* | ||
|
||
# openh264 | ||
!build/openh264 | ||
build/openh264/* | ||
|
||
!build/openh264/lib | ||
!build/openh264/lib/* | ||
|
||
# pjsip | ||
!build/pj*/ | ||
build/pj*/* | ||
|
||
!build/pj*/pjlib/ | ||
build/pj*/pjlib/* | ||
!build/pj*/pjlib/lib/ | ||
!build/pj*/pjlib/include/ | ||
|
||
!build/pj*/pjlib-util/ | ||
build/pj*/pjlib-util/* | ||
!build/pj*/pjlib-util/lib/ | ||
!build/pj*/pjlib-util/include/ | ||
|
||
!build/pj*/pjmedia/ | ||
build/pj*/pjmedia/* | ||
!build/pj*/pjmedia/lib/ | ||
!build/pj*/pjmedia/include/ | ||
|
||
!build/pj*/pjnath/ | ||
build/pj*/pjnath/* | ||
!build/pj*/pjnath/lib/ | ||
!build/pj*/pjnath/include/ | ||
|
||
!build/pj*/pjsip/ | ||
build/pj*/pjsip/* | ||
!build/pj*/pjsip/lib/ | ||
!build/pj*/pjsip/include/ | ||
|
||
!build/pj*/third_party/ | ||
build/pj*/third_party/* | ||
!build/pj*/third_party/lib/ | ||
!build/pj*/third_party/include/ | ||
!build/pjproject | ||
build/pjproject/* | ||
|
||
!build/pjproject/src | ||
build/pjproject/src/* | ||
|
||
!build/pjproject/src/pjlib/ | ||
build/pjproject/src/pjlib/* | ||
!build/pjproject/src/pjlib/lib/ | ||
!build/pjproject/src/pjlib/include/ | ||
|
||
!build/pjproject/src/pjlib-util/ | ||
build/pjproject/src/pjlib-util/* | ||
!build/pjproject/src/pjlib-util/lib/ | ||
!build/pjproject/src/pjlib-util/include/ | ||
|
||
!build/pjproject/src/pjmedia/ | ||
build/pjproject/src/pjmedia/* | ||
!build/pjproject/src/pjmedia/lib/ | ||
!build/pjproject/src/pjmedia/include/ | ||
|
||
!build/pjproject/src/pjnath/ | ||
build/pjproject/src/pjnath/* | ||
!build/pjproject/src/pjnath/lib/ | ||
!build/pjproject/src/pjnath/include/ | ||
|
||
!build/pjproject/src/pjsip/ | ||
build/pjproject/src/pjsip/* | ||
!build/pjproject/src/pjsip/lib/ | ||
!build/pjproject/src/pjsip/include/ | ||
|
||
!build/pjproject/src/third_party/ | ||
build/pjproject/src/third_party/* | ||
!build/pjproject/src/third_party/lib/ | ||
!build/pjproject/src/third_party/include/ |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-21.7 KB
build/pjproject-2.3/pjmedia/lib/libpjmedia-videodev-arm-apple-darwin9.a
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+1.12 MB
...til/lib/libpjlib-util-arm-apple-darwin9.a → ...til/lib/libpjlib-util-arm-apple-darwin9.a
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#define PJ_CONFIG_IPHONE 1 | ||
#define PJMEDIA_HAS_OPENH264_CODEC 1 | ||
#define PJMEDIA_HAS_VIDEO 1 | ||
#define PJMEDIA_VIDEO_DEV_HAS_OPENGL 1 | ||
#define PJMEDIA_VIDEO_DEV_HAS_OPENGL_ES 1 | ||
#define PJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL 1 | ||
#include <OpenGLES/ES3/glext.h> | ||
#include <pj/config_site_sample.h> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+1.27 MB
...t-2.3/pjlib/lib/libpj-arm-apple-darwin9.a → ...t/src/pjlib/lib/libpj-arm-apple-darwin9.a
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+2.47 MB
...jmedia/lib/libpjmedia-arm-apple-darwin9.a → ...jmedia/lib/libpjmedia-arm-apple-darwin9.a
Binary file not shown.
Binary file renamed
BIN
+232 KB
...b/libpjmedia-audiodev-arm-apple-darwin9.a → ...b/libpjmedia-audiodev-arm-apple-darwin9.a
Binary file not shown.
Binary file renamed
BIN
+252 KB
.../lib/libpjmedia-codec-arm-apple-darwin9.a → .../lib/libpjmedia-codec-arm-apple-darwin9.a
Binary file not shown.
Binary file added
BIN
+533 KB
build/pjproject/src/pjmedia/lib/libpjmedia-videodev-arm-apple-darwin9.a
Binary file not shown.
Binary file renamed
BIN
+349 KB
.../pjmedia/lib/libpjsdp-arm-apple-darwin9.a → .../pjmedia/lib/libpjsdp-arm-apple-darwin9.a
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+1.13 MB
.../pjnath/lib/libpjnath-arm-apple-darwin9.a → .../pjnath/lib/libpjnath-arm-apple-darwin9.a
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.