Hi All, Thank you for the replies. I am consolidating all the replies I received in one email.
1. -------------------------------------------------------------------------------------------- Rapsey <[email protected]> wrote: >Why not use the http://ffmpeg.arrozcru.org/builds/ libs? >Sergej I have made a note of this and will certainly use it as backup plan. Thank you. 2. -------------------------------------------------------------------------------------------- slippyr4 <[email protected]> wrote: > have you specified the av*.lib library files as additional inputs to the > linker? I had included "libavcodec.a libavdevice.a libavformat.a libavutil.a" as additional inputs to the linker Thank you. 3. -------------------------------------------------------------------------------------------- Thomas Rehaag <[email protected]> wrote: > Hi Rupesh, > libgcc.a is missing. >... So I included libgcc.a too as additional inputs to the linker. Thank you. -------------------------------------------------------------------------------------------- Now to the problem on hand. After acting on instruction I still get following linker errors: 1>libavcodec.a(utils.o) : error LNK2019: unresolved external symbol ___strtod referenced in function _av_parse_video_frame_rate 1>libavcodec.a(eval.o) : error LNK2001: unresolved external symbol ___strtod 1>libavcodec.a(aac.o) : error LNK2019: unresolved external symbol _truncf referenced in function _predict 1>libavcodec.a(aac.o) : error LNK2019: unresolved external symbol _roundf referenced in function _predict 1>libavcodec.a(aac.o) : error LNK2019: unresolved external symbol _cbrtf referenced in function _decode_ics 1>libavcodec.a(atrac3.o) : error LNK2019: unresolved external symbol _round referenced in function _atrac3_decode_frame 1>libavcodec.a(nellymoserenc.o) : error LNK2019: unresolved external symbol ___fpclassifyf referenced in function _encode_frame 1>libavcodec.a(mdct.o) : error LNK2019: unresolved external symbol _sinf referenced in function _ff_sine_window_init 1>libavutil.a(log.o) : error LNK2019: unresolved external symbol ___mingw_vfprintf referenced in function _fprintf Thank you. Best Regards, Rupesh Bhurke 99209 55219 _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
