diff options
| author | Michael Forney <mforney@mforney.org> | 2024-08-14 14:35:10 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-08-15 01:09:25 -0700 |
| commit | e052c31cb80a5f0b3616049318b1c09dc2a8c95e (patch) | |
| tree | 109382b0b3ebcf6e3650acd84b3e57f91b488276 /pkg/ffmpeg/config.h | |
| parent | 0bbe257a92854aa65dfc5fa1aaa321c9b42c8043 (diff) | |
ffmpeg: Update to 7.0.2
Diffstat (limited to 'pkg/ffmpeg/config.h')
| -rw-r--r-- | pkg/ffmpeg/config.h | 51 |
1 files changed, 38 insertions, 13 deletions
diff --git a/pkg/ffmpeg/config.h b/pkg/ffmpeg/config.h index 46ec1546..129e18d9 100644 --- a/pkg/ffmpeg/config.h +++ b/pkg/ffmpeg/config.h @@ -33,7 +33,6 @@ #define ARCH_SPARC64 0 #define ARCH_TILEGX 0 #define ARCH_TILEPRO 0 -#define ARCH_TOMI 0 #define ARCH_X86 1 #define ARCH_X86_32 0 #define ARCH_X86_64 1 @@ -41,6 +40,8 @@ #define HAVE_ARMV6 0 #define HAVE_ARMV6T2 0 #define HAVE_ARMV8 0 +#define HAVE_DOTPROD 0 +#define HAVE_I8MM 0 #define HAVE_NEON 0 #define HAVE_VFP 0 #define HAVE_VFPV3 0 @@ -51,6 +52,7 @@ #define HAVE_POWER8 0 #define HAVE_PPC4XX 0 #define HAVE_VSX 0 +#define HAVE_RV 0 #define HAVE_RVV 0 #define HAVE_AESNI 1 #define HAVE_AMD3DNOW 1 @@ -70,7 +72,6 @@ #define HAVE_SSE42 1 #define HAVE_SSSE3 1 #define HAVE_XOP 1 -#define HAVE_CPUNOP 0 #define HAVE_I686 1 #define HAVE_MIPSFPU 0 #define HAVE_MIPS32R2 0 @@ -90,6 +91,8 @@ #define HAVE_ARMV6_EXTERNAL 0 #define HAVE_ARMV6T2_EXTERNAL 0 #define HAVE_ARMV8_EXTERNAL 0 +#define HAVE_DOTPROD_EXTERNAL 0 +#define HAVE_I8MM_EXTERNAL 0 #define HAVE_NEON_EXTERNAL 0 #define HAVE_VFP_EXTERNAL 0 #define HAVE_VFPV3_EXTERNAL 0 @@ -100,6 +103,7 @@ #define HAVE_POWER8_EXTERNAL 0 #define HAVE_PPC4XX_EXTERNAL 0 #define HAVE_VSX_EXTERNAL 0 +#define HAVE_RV_EXTERNAL 0 #define HAVE_RVV_EXTERNAL 0 #define HAVE_AESNI_EXTERNAL 1 #define HAVE_AMD3DNOW_EXTERNAL 1 @@ -119,7 +123,6 @@ #define HAVE_SSE42_EXTERNAL 1 #define HAVE_SSSE3_EXTERNAL 1 #define HAVE_XOP_EXTERNAL 1 -#define HAVE_CPUNOP_EXTERNAL 0 #define HAVE_I686_EXTERNAL 0 #define HAVE_MIPSFPU_EXTERNAL 0 #define HAVE_MIPS32R2_EXTERNAL 0 @@ -139,6 +142,8 @@ #define HAVE_ARMV6_INLINE 0 #define HAVE_ARMV6T2_INLINE 0 #define HAVE_ARMV8_INLINE 0 +#define HAVE_DOTPROD_INLINE 0 +#define HAVE_I8MM_INLINE 0 #define HAVE_NEON_INLINE 0 #define HAVE_VFP_INLINE 0 #define HAVE_VFPV3_INLINE 0 @@ -149,6 +154,7 @@ #define HAVE_POWER8_INLINE 0 #define HAVE_PPC4XX_INLINE 0 #define HAVE_VSX_INLINE 0 +#define HAVE_RV_INLINE 0 #define HAVE_RVV_INLINE 0 #define HAVE_AESNI_INLINE HAVE_INLINE_ASM #define HAVE_AMD3DNOW_INLINE HAVE_INLINE_ASM @@ -168,7 +174,6 @@ #define HAVE_SSE42_INLINE HAVE_INLINE_ASM #define HAVE_SSSE3_INLINE HAVE_INLINE_ASM #define HAVE_XOP_INLINE HAVE_INLINE_ASM -#define HAVE_CPUNOP_INLINE 0 #define HAVE_I686_INLINE 0 #define HAVE_MIPSFPU_INLINE 0 #define HAVE_MIPS32R2_INLINE 0 @@ -231,10 +236,11 @@ #define HAVE_OPENCV2_CORE_CORE_C_H 0 #define HAVE_OPENGL_GL3_H 0 #define HAVE_POLL_H 1 +#define HAVE_PTHREAD_NP_H 0 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 -#define HAVE_SYS_SOUNDCARD_H 0 +#define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_VIDEOIO_H 0 @@ -283,7 +289,7 @@ #define HAVE_WINRT 0 #define HAVE_ACCESS 1 #define HAVE_ALIGNED_MALLOC 0 -#define HAVE_ARC4RANDOM 0 +#define HAVE_ARC4RANDOM_BUF 0 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOSESOCKET 0 #define HAVE_COMMANDLINETOARGVW 0 @@ -321,6 +327,8 @@ #define HAVE_POSIX_MEMALIGN 1 #define HAVE_PRCTL 1 #define HAVE_PTHREAD_CANCEL 1 +#define HAVE_PTHREAD_SET_NAME_NP 0 +#define HAVE_PTHREAD_SETNAME_NP 0 #define HAVE_SCHED_GETAFFINITY 1 #define HAVE_SECITEMIMPORT 0 #define HAVE_SETCONSOLETEXTATTRIBUTE 0 @@ -332,6 +340,7 @@ #define HAVE_STRERROR_R 1 #define HAVE_SYSCONF 1 #define HAVE_SYSCTL 0 +#define HAVE_SYSCTLBYNAME 0 #define HAVE_USLEEP 1 #define HAVE_UTGETOSTYPEFROMSTRING 0 #define HAVE_VIRTUALALLOC 0 @@ -339,11 +348,14 @@ #define HAVE_BCRYPT 0 #define HAVE_VAAPI_DRM 0 #define HAVE_VAAPI_X11 0 +#define HAVE_VAAPI_WIN32 0 #define HAVE_VDPAU_X11 0 #define HAVE_PTHREADS 1 #define HAVE_OS2THREADS 0 #define HAVE_W32THREADS 0 #define HAVE_AS_ARCH_DIRECTIVE 0 +#define HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE 0 +#define HAVE_AS_ARCHEXT_I8MM_DIRECTIVE 0 #define HAVE_AS_DN_DIRECTIVE 0 #define HAVE_AS_FPU_DIRECTIVE 0 #define HAVE_AS_FUNC 0 @@ -398,8 +410,8 @@ #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 #define HAVE_STRUCT_V4L2_FRMIVALENUM_DISCRETE 0 -#define HAVE_LIBDRM_GETFB2 0 #define HAVE_GZIP 0 +#define HAVE_LIBDRM_GETFB2 0 #define HAVE_MAKEINFO 0 #define HAVE_MAKEINFO_HTML 0 #define HAVE_OPENCL_D3D11 0 @@ -408,11 +420,13 @@ #define HAVE_OPENCL_DXVA2 0 #define HAVE_OPENCL_VAAPI_BEIGNET 0 #define HAVE_OPENCL_VAAPI_INTEL_MEDIA 0 +#define HAVE_OPENCL_VIDEOTOOLBOX 0 #define HAVE_PERL 1 #define HAVE_POD2MAN 1 #define HAVE_TEXI2HTML 0 #define HAVE_XMLLINT 0 #define HAVE_ZLIB_GZIP 0 +#define HAVE_OPENVINO2 0 #define CONFIG_DOC 0 #define CONFIG_HTMLPAGES 0 #define CONFIG_MANPAGES 0 @@ -446,6 +460,8 @@ #define CONFIG_FREI0R 0 #define CONFIG_LIBCDIO 0 #define CONFIG_LIBDAVS2 0 +#define CONFIG_LIBDVDNAV 0 +#define CONFIG_LIBDVDREAD 0 #define CONFIG_LIBRUBBERBAND 0 #define CONFIG_LIBVIDSTAB 0 #define CONFIG_LIBX264 0 @@ -472,6 +488,7 @@ #define CONFIG_LADSPA 0 #define CONFIG_LCMS2 0 #define CONFIG_LIBAOM 0 +#define CONFIG_LIBARIBCAPTION 0 #define CONFIG_LIBASS 0 #define CONFIG_LIBBLURAY 0 #define CONFIG_LIBBS2B 0 @@ -480,11 +497,11 @@ #define CONFIG_LIBCODEC2 0 #define CONFIG_LIBDAV1D 1 #define CONFIG_LIBDC1394 0 -#define CONFIG_LIBDRM 0 #define CONFIG_LIBFLITE 0 #define CONFIG_LIBFONTCONFIG 0 #define CONFIG_LIBFREETYPE 0 #define CONFIG_LIBFRIBIDI 0 +#define CONFIG_LIBHARFBUZZ 0 #define CONFIG_LIBGLSLANG 0 #define CONFIG_LIBGME 0 #define CONFIG_LIBGSM 0 @@ -505,6 +522,8 @@ #define CONFIG_LIBOPUS 1 #define CONFIG_LIBPLACEBO 0 #define CONFIG_LIBPULSE 0 +#define CONFIG_LIBQRENCODE 0 +#define CONFIG_LIBQUIRC 0 #define CONFIG_LIBRABBITMQ 0 #define CONFIG_LIBRAV1E 0 #define CONFIG_LIBRIST 0 @@ -522,6 +541,7 @@ #define CONFIG_LIBTENSORFLOW 0 #define CONFIG_LIBTESSERACT 0 #define CONFIG_LIBTHEORA 0 +#define CONFIG_LIBTORCH 0 #define CONFIG_LIBTWOLAME 0 #define CONFIG_LIBUAVS3D 0 #define CONFIG_LIBV4L2 0 @@ -529,6 +549,8 @@ #define CONFIG_LIBVORBIS 0 #define CONFIG_LIBVPX 0 #define CONFIG_LIBWEBP 0 +#define CONFIG_LIBXEVD 0 +#define CONFIG_LIBXEVE 0 #define CONFIG_LIBXML2 0 #define CONFIG_LIBZIMG 0 #define CONFIG_LIBZMQ 0 @@ -569,13 +591,14 @@ #define CONFIG_OPENCL 0 #define CONFIG_AMF 0 #define CONFIG_AUDIOTOOLBOX 0 -#define CONFIG_CRYSTALHD 0 #define CONFIG_CUDA 0 #define CONFIG_CUDA_LLVM 0 #define CONFIG_CUVID 0 #define CONFIG_D3D11VA 0 +#define CONFIG_D3D12VA 0 #define CONFIG_DXVA2 0 #define CONFIG_FFNVCODEC 0 +#define CONFIG_LIBDRM 0 #define CONFIG_NVDEC 0 #define CONFIG_NVENC 0 #define CONFIG_VAAPI 0 @@ -607,17 +630,13 @@ #define CONFIG_FFPLAY 0 #define CONFIG_FFPROBE 0 #define CONFIG_FFMPEG 0 -#define CONFIG_DCT 1 #define CONFIG_DWT 0 #define CONFIG_ERROR_RESILIENCE 1 #define CONFIG_FAAN 0 #define CONFIG_FAST_UNALIGNED 0 -#define CONFIG_FFT 1 #define CONFIG_LSP 0 -#define CONFIG_MDCT 1 #define CONFIG_PIXELUTILS 0 #define CONFIG_NETWORK 1 -#define CONFIG_RDFT 1 #define CONFIG_AUTODETECT 0 #define CONFIG_FONTCONFIG 0 #define CONFIG_LARGE_TESTS 0 @@ -655,14 +674,17 @@ #define CONFIG_CBS_AV1 1 #define CONFIG_CBS_H264 0 #define CONFIG_CBS_H265 0 +#define CONFIG_CBS_H266 0 #define CONFIG_CBS_JPEG 0 #define CONFIG_CBS_MPEG2 0 +#define CONFIG_CBS_VP8 0 #define CONFIG_CBS_VP9 0 #define CONFIG_DEFLATE_WRAPPER 1 #define CONFIG_DIRAC_PARSE 0 #define CONFIG_DNN 0 #define CONFIG_DOVI_RPU 1 #define CONFIG_DVPROFILE 0 +#define CONFIG_EVCPARSE 0 #define CONFIG_EXIF 1 #define CONFIG_FAANDCT 0 #define CONFIG_FAANIDCT 0 @@ -685,6 +707,8 @@ #define CONFIG_HUFFMAN 0 #define CONFIG_HUFFYUVDSP 0 #define CONFIG_HUFFYUVENCDSP 0 +#define CONFIG_IAMFDEC 1 +#define CONFIG_IAMFENC 1 #define CONFIG_IDCTDSP 1 #define CONFIG_IIRFILTER 0 #define CONFIG_INFLATE_WRAPPER 1 @@ -694,6 +718,7 @@ #define CONFIG_JPEGTABLES 1 #define CONFIG_LGPLV3 0 #define CONFIG_LIBX262 0 +#define CONFIG_LIBX264_HDR10 0 #define CONFIG_LLAUDDSP 0 #define CONFIG_LLVIDDSP 0 #define CONFIG_LLVIDENCDSP 1 |
