Remove MMAL. No longer supported upstream.

This commit is contained in:
Mr-Dave
2022-12-19 16:59:21 -07:00
parent 4cfdd99fca
commit 17db892e96
31 changed files with 84 additions and 4886 deletions

View File

@@ -330,12 +330,6 @@ static void motion_ntc(void)
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("webp : not available"));
#endif
#ifdef HAVE_MMAL
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("mmal : available"));
#else
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("mmal : not available"));
#endif
#ifdef HAVE_LIBCAM
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("libcam : available"));
#else