- ฉันดาวน์โหลดซอร์สสำหรับ ffmpeg, libfdk_aac แล้ว
- ฉันติดตั้งเชลล์ MinGW / MinSys
- ฉันรวบรวม libfdk_aac โดยไม่มีปัญหาใด ๆ
แต่เมื่อฉันพยายามรวบรวม ffmpeg ฉันได้รับข้อผิดพลาด ฉันต้องดาวน์โหลดซอร์สโค้ดสำหรับ yasm และ libx264 หรือไม่เพื่อสร้าง ffmpeg สำหรับ H264 และ libfdk_aac
$ ./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