FFmpeg ライブラリをビルドして.exeファイルを生成させたいのですが./configureを実行するとエラーになります。これはどうすればいいのでしょうか?gccコンパイラは導入済みです。
FFmpeg: https://ffmpeg.org/
エラー原文[
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
]
google 翻訳による日本語翻訳[
gccは実行可能ファイルを作成できません。
gccがクロスコンパイラの場合は、-enable-cross-compileオプションを使用します。
クロスコンパイルの意味がわかっている場合にのみ、これを実行してください。
Cコンパイラのテストに失敗しました。
configureが間違っていると思われる場合は、最新のものを使用していることを確認してください
Gitからのバージョン。 最新バージョンが失敗した場合は、問題をに報告してください
ffmpeg-user@ffmpeg.orgメーリングリストまたはirc.freenode.netのIRC#ffmpeg。
configureによって生成されたログファイル「ffbuild / config.log」を含めます。これは役に立ちます。
問題を解く。
]
回答1件
あなたの回答
tips
プレビュー