[PATCH 02/18] configure: define a few constants necessary to build
Nicolas George <[email protected]> Tue, 28 Jul 2026 20:14:58 +0200
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
--- configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 2119af13c..67ed44bd1 100755 --- a/configure +++ b/configure @@ -9658,6 +9658,7 @@ $def_struct_pollfd #define HAVE_SYS_SELECT_H 0 #define HAVE_VALGRIND_VALGRIND_H 0 #define HAVE_VIRTUALALLOC 0 +#define HAVE_X86_SSE2AVX 0 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ #define CONFIG_AANDCTTABLES 1 @@ -9721,9 +9722,13 @@ $def_struct_pollfd #define CONFIG_VIDEODSP 1 #define CONFIG_VP56DSP 1 #define CONFIG_VP8DSP 1 +#define CONFIG_VVC_SEI 1 #define CONFIG_WMA_FREQS 1 #define CONFIG_WMV2DSP 1 +/* Parts of FFmpeg's framework depend on it being defined. */ +#define CONFIG_LIBLCEVC_DEC 0 + /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ #ifndef MP_DEBUG #define HAVE_EBP_AVAILABLE 1 @@ -9787,11 +9792,11 @@ echo "$(ff_config_enable "$cpuexts_all" "$cpuexts_inline" "%" "HAVE" "_INLINE")" echo "$(ff_config_enable "$yasm_features_all" "$yasm_features" "%" "HAVE")" >> "$TMPS" echo "$(ff_config_enable "$libavdecoders_all" "$libavdecoders" "%" "CONFIG")" >> "$TMPS" echo "$(ff_config_enable "$libavencoders_all" "$libavencoders" "%" "CONFIG")" >> "$TMPS" +echo "%define HAVE_X86_SSE2AVX 0" >> "$TMPS" cmp -s "$TMPS" ffmpeg/config.asm || mv -f "$TMPS" ffmpeg/config.asm fi - # Create a config.mak for FFmpeg that includes MPlayer's config.mak. cat > ffmpeg/ffbuild/config.mak << EOF ifndef FFMPEG_CONFIG_MAK -- 2.53.0 _______________________________________________ MPlayer-dev-eng mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo/%(_internal_name)s