From randrianasulu at gmail.com Sat Jun 15 17:11:38 2024 From: randrianasulu at gmail.com (Andrew Randrianasulu) Date: Sat, 15 Jun 2024 14:11:38 -0000 Subject: [MPlayer-dev-eng] patch for building with internal ffmpeg Message-ID: otherwise linking fail on Slackware 15.0 i586 -------------- next part -------------- Index: configure =================================================================== --- configure (revision 38576) +++ configure (working copy) @@ -8996,6 +8996,7 @@ CONFIG_VP8DSP = yes CONFIG_WMA_FREQS = yes CONFIG_WMV2DSP = yes +CONFIG_ISO_WRITER = yes $mak_hardcoded_tables $mak_libavcodec_mpegaudio_hp @@ -9692,6 +9693,7 @@ #define CONFIG_VP8DSP 1 #define CONFIG_WMA_FREQS 1 #define CONFIG_WMV2DSP 1 +#define CONFIG_ISO_WRITER 1 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ #ifndef MP_DEBUG