summaryrefslogtreecommitdiff
path: root/test/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/call.c')
-rw-r--r--test/call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/call.c b/test/call.c
index 4744b8a..9180a27 100644
--- a/test/call.c
+++ b/test/call.c
@@ -665,6 +665,7 @@ int test_call_dtmf(void)
}
+#ifdef USE_VIDEO
int test_call_video(void)
{
struct fixture fix, *f = &fix;
@@ -710,3 +711,4 @@ int test_call_video(void)
return err;
}
+#endif