From 9742db74351dd1533dc62fee99d2027cb4f81207 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 21 Oct 2014 08:11:52 +0000 Subject: Misc (re #1782): Skip libyuv and libopenh264 lookups when passing '--disable-video' param to configure script (thanks Sean Bright for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4953 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aconfigure') diff --git a/aconfigure b/aconfigure index c1e5cc1a..18bbc56f 100755 --- a/aconfigure +++ b/aconfigure @@ -6140,7 +6140,9 @@ if test "${enable_video+set}" = set; then : $as_echo "Video is disabled" >&6; } enable_sdl="no" enable_ffmpeg="no" - enable_v4l2="no" + enable_v4l2="no" + enable_openh264="no" + enable_libyuv="no" fi fi -- cgit v1.2.3