Skip to content

Commit

Permalink
[Fix]: Enabled g729 audio codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Pomozov committed Feb 3, 2015
1 parent ae1e859 commit 7d373f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linphone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4863,6 +4863,7 @@
VIDEO_ENABLED,
HAVE_OPENH264,
HAVE_SILK,
HAVE_G729,
HAVE_SSL,
DEBUG,
);
Expand Down Expand Up @@ -4946,6 +4947,7 @@
VIDEO_ENABLED,
HAVE_OPENH264,
HAVE_SILK,
HAVE_G729,
HAVE_SSL,
);
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
Expand Down Expand Up @@ -5027,6 +5029,7 @@
VIDEO_ENABLED,
HAVE_OPENH264,
HAVE_SILK,
HAVE_G729,
HAVE_SSL,
);
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
Expand Down Expand Up @@ -5109,6 +5112,7 @@
VIDEO_ENABLED,
HAVE_OPENH264,
HAVE_SILK,
HAVE_G729,
HAVE_SSL,
);
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
Expand Down

0 comments on commit 7d373f4

Please sign in to comment.