|
|
@@ -2009,6 +2009,7 @@ HAVE_LIST=" |
|
|
|
libdc1394_2 |
|
|
|
makeinfo |
|
|
|
makeinfo_html |
|
|
|
MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS |
|
|
|
perl |
|
|
|
pod2man |
|
|
|
sdl |
|
|
@@ -5747,9 +5748,7 @@ enabled mmal && { check_lib interface/mmal/mmal.h mmal_port_connect |
|
|
|
check_lib interface/mmal/mmal.h mmal_port_connect ; } |
|
|
|
check_lib interface/mmal/mmal.h mmal_port_connect ; } || |
|
|
|
die "ERROR: mmal not found"; } |
|
|
|
enabled mmal && |
|
|
|
(check_code cc interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS" || |
|
|
|
die "ERROR: mmal firmware headers too old") |
|
|
|
enabled mmal && check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS" |
|
|
|
|
|
|
|
enabled netcdf && require_pkg_config netcdf netcdf.h nc_inq_libvers |
|
|
|
enabled nvenc && { check_header nvEncodeAPI.h || die "ERROR: nvEncodeAPI.h not found."; } && |
|
|
|