mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
fix compilation errors
This commit is contained in:
parent
8484642ce2
commit
ef810b108b
2 changed files with 4 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ AM_CFLAGS = $(STRICT_OPTIONS) $(STRICT_OPTIONS_CC) -DIN_LINPHONE $(ORTP_CFLAG
|
|||
|
||||
if BUILD_GTK_UI
|
||||
|
||||
liblinphone_tester_la_LIBADD += $(LIBGTK_LIBS) $(LIBGTKMAC_LIBS)
|
||||
liblinphonetester_la_LIBADD += $(LIBGTK_LIBS) $(LIBGTKMAC_LIBS)
|
||||
AM_CFLAGS += $(LIBGTK_CFLAGS) $(LIBGTKMAC_CFLAGS) -DHAVE_GTK
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "private.h"
|
||||
|
||||
#if defined(VIDEO_ENABLED) && defined(HAVE_GTK)
|
||||
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
#include "linphonecore.h"
|
||||
#include "liblinphone_tester.h"
|
||||
#include "lpconfig.h"
|
||||
#include "private.h"
|
||||
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
|
|
@ -167,7 +168,7 @@ static void early_media_video_during_video_call_test(void) {
|
|||
pauline_params = linphone_core_create_default_call_parameters(pauline->lc);
|
||||
linphone_call_params_enable_video(pauline_params, TRUE);
|
||||
disable_all_video_codecs_except_one(pauline->lc, "VP8");
|
||||
|
||||
|
||||
CU_ASSERT_TRUE(video_call_with_params(marie, pauline, marie_params, pauline_params));
|
||||
|
||||
/* Wait for 3s. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue