rdp / ffmpeg-windows-build-helpers

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.
GNU General Public License v3.0
1.07k stars 409 forks source link

configure: error: Xvid supports only 32/64 bit architectures #739

Open kuwayou opened 1 month ago

kuwayou commented 1 month ago

I got an error when I installed a new Ubuntu-22.04 with WSL and executed the following command. I would appreciate it if you could tell me the cause of the problem and how to fix it.

[command] ./cross_compile_ffmpeg.sh --ffmpeg-git-checkout-version=n6.1.1 --disable-nonfree=n --build-intel-qsv=n --build-amd-amf=n --compiler-flavors=win64

[log] checking size of int *... configure: error: Xvid supports only 32/64 bit architectures failed configure generic

rdp commented 1 month ago

does it still do this?

On Thu, May 23, 2024 at 6:18 PM kuwayou @.***> wrote:

I got an error when I installed a new Ubuntu-22.04 with WSL and executed the following command. I would appreciate it if you could tell me the cause of the problem and how to fix it.

[command] ./cross_compile_ffmpeg.sh --ffmpeg-git-checkout-version=n6.1.1 --disable-nonfree=n --build-intel-qsv=n --build-amd-amf=n --compiler-flavors=win64

[log] checking size of int *... configure: error: Xvid supports only 32/64 bit architectures failed configure generic

— Reply to this email directly, view it on GitHub https://github.com/rdp/ffmpeg-windows-build-helpers/issues/739, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADBUGWUPXMNLBVBR53X5DZD2BORAVCNFSM6AAAAABIGTACXCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTIMBVGUYTQNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kuwayou commented 1 month ago

Yes, it still occurs.