|
|
|
@@ -279,6 +279,7 @@ External library support: |
|
|
|
--disable-lzma disable lzma [autodetect] |
|
|
|
--enable-decklink enable Blackmagic DeckLink I/O support [no] |
|
|
|
--enable-mmal enable decoding via MMAL [no] |
|
|
|
--enable-netcdf enable NetCDF, needed for sofalizer filter [no] |
|
|
|
--enable-nvenc enable NVIDIA NVENC support [no] |
|
|
|
--enable-openal enable OpenAL 1.1 capture support [no] |
|
|
|
--enable-opencl enable OpenCL code |
|
|
|
@@ -1503,6 +1504,7 @@ EXTERNAL_LIBRARY_LIST=" |
|
|
|
libzvbi |
|
|
|
lzma |
|
|
|
mmal |
|
|
|
netcdf |
|
|
|
nvenc |
|
|
|
openal |
|
|
|
opencl |
|
|
|
@@ -2890,6 +2892,7 @@ showfreqs_filter_deps="avcodec" |
|
|
|
showfreqs_filter_select="fft" |
|
|
|
showspectrum_filter_deps="avcodec" |
|
|
|
showspectrum_filter_select="rdft" |
|
|
|
sofalizer_filter_deps="netcdf" |
|
|
|
spp_filter_deps="gpl avcodec" |
|
|
|
spp_filter_select="fft idctdsp fdctdsp me_cmp pixblockdsp" |
|
|
|
stereo3d_filter_deps="gpl" |
|
|
|
@@ -5494,6 +5497,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 netcdf && require_pkg_config netcdf netcdf.h nc_inq_libvers |
|
|
|
enabled nvenc && { check_header nvEncodeAPI.h || die "ERROR: nvEncodeAPI.h not found."; } && |
|
|
|
{ check_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 5" || |
|
|
|
die "ERROR: NVENC API version 4 or older is not supported"; } && |
|
|
|
|