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: https://svn.pjsip.org/repos/pjproject/trunk@4953 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2014-10-21 08:11:52 +00:00
parent bc90e3d248
commit 59ffd6aa01
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -685,7 +685,9 @@ AC_ARG_ENABLE(video,
AC_MSG_RESULT([Video is disabled])
enable_sdl="no"
enable_ffmpeg="no"
enable_v4l2="no"
enable_v4l2="no"
enable_openh264="no"
enable_libyuv="no"
fi],
[])