hi all, recently I got trouble when compling ffmpeg in mingw/msys environment. any advice, very appreciate!!
I have gcc version: 4.8.1 ;ffmpeg version: 2.6.2 (I try to compile x264, everything ok, I think that mingw/msys compile'environment is ok basicly) but compile ffmpeg, step like: $./configure --enable-shared --disable-static --enable-memalign-hack configure ok. $make everytime I got same errors like below: LD libavcodec/avcodec-56.dll gcc.exe: error: libavcodec/x86/lossles: No such file or directory library.mak:110: recipe for target 'libavcodec/avcodec-56.dll' failed make: ***[libavcodec/avcodec-56.dll] Error 1 I couldn't find any useful information when google. I download another newest ffmpeg, it still gots same error but: LD libavcodec/avcodec-56.dll gcc.exe: error: libavcodec/x86/huffy: No such file or directory library.mak:110: recipe for target 'libavcodec/avcodec-56.dll' failed make: ***[libavcodec/avcodec-56.dll] Error 1 in src directory, I couldn;t find anything about lossles or huffy, but have lossless_videodsp_init.c/lossless_audiodsp_init.c/huffyuvdsp_init.c... did I miss something? anyone can give me handle what should do? thanks a lot. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/MINGW-MSYS-compile-ffmpeg-libavcodec-module-fail-to-compile-tp4670563.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
