- मैंने ffmpeg, libfdk_aac के लिए स्रोत डाउनलोड किया है
- मैंने MinGW / MinSys शेल स्थापित किया
- मैंने बिना किसी मुद्दे के libfdk_aac संकलित किया।
लेकिन जब मैं ffmpeg को संकलित करने की कोशिश करता हूं, तो मुझे एक त्रुटि मिलती है। क्या मुझे Y264 और libfdk_aac के लिए ffmpeg बनाने के लिए yasm और libx264 के लिए स्रोत कोड डाउनलोड करने की आवश्यकता है?
$ ./configure --prefix=/mingw/i686-w64-mingw32 --enable-libx264 --enable-libfdk-aac --enable-gpl --enable-version3 --enable-nonfree --enable-w32threads --enable-memalign-hack --enable-shared
त्रुटि संदेश मुझे मिल रहा है:
yasm not found, use --disable-yasm for a crippled build
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 "config.log" produced by configure as this will help