No need at all actually. I use MinGW+MSYS, configure ffmpeg with options “--enable-memalign-hack --disable-static --enable-shared", it works fine. ffplay.c, ffmpeg.c and output_example.c will do great in VS6 and VS2008.
2010/5/16 sean <[email protected]> > Glad to hear that. I'll check the dependancies to figure out which one > calls functions in coredll.dll if that's the way I ought to go... > > Just FYI, I also tried to add config option --target-os=mingw32 as > ./configure --target-os=mingw32 --enable-memalign-hack > �C-extra-cflags="-mno-cygwin -mms-bitfields" > �C-extra-ldflags="-Wl,�Cadd-stdcall-alias" > > got same coredll.dll not found error. Any more insight, please do share. > > > > > ----- Original Message ----- From: "FFMPEGDEV" <[email protected]> > To: "Libav* user questions and discussions" <[email protected]> > Sent: Sunday, May 16, 2010 12:12 AM > > Subject: Re: [libav-user] configure options > > > Things go well here, VS6 & VS2008. Doublecheck your project settings. Use >> 'depends.exe' to check the libav* dlls. >> >> sean <[email protected]>编写: >> >> That can be a good idea but doesn't answer this question, >>> why running ffmpeg.exe of same build/configuration with these "libav*.a"s >>> didn't require coredll.dll? I might be missing something, but seemed the >>> output_example.c(/cpp) doesn't require CE environment specificlly in its >>> code. Any more inputs? Thx. >>> >>> >>> >>> >>> ----- Original Message ----- From: "FFMPEGDEV" <[email protected]> >>> To: "Libav* user questions and discussions" <[email protected]> >>> Sent: Saturday, May 15, 2010 9:42 PM >>> Subject: Re: [libav-user] configure options >>> >>> >>> I think you should use SDK provided by other people first, then use your >>>> own. >>>> >>>> sean <[email protected]>编写: >>>> >>>> Hi all, >>>>> Running the output_example.c example built on winxp, vs2005 with ffmpeg >>>>> configure option --enable-memalign-hack, I got "coredll.dll was not >>>>> found" >>>>> message during app startup. coredll.dll is a windows ce dll. searching >>>>> ffmpeg configure options, seems no one disables win ce(or its >>>>> counterparts) >>>>> build. what i'm missing? >>>>> >>>>> Thank you for your input. >>>>> >>>>> -s >>>>> >>>>> _______________________________________________ >>>>> libav-user mailing list >>>>> [email protected] >>>>> https://lists.mplayerhq.hu/mailman/listinfo/libav-user >>>>> >>>> >>>> >>> >>> >>> -------------------------------------------------------------------------------- >>> >>> >>> _______________________________________________ >>>> libav-user mailing list >>>> [email protected] >>>> https://lists.mplayerhq.hu/mailman/listinfo/libav-user >>>> >>>> >>> _______________________________________________ >>> libav-user mailing list >>> [email protected] >>> https://lists.mplayerhq.hu/mailman/listinfo/libav-user >>> >> >> > > > -------------------------------------------------------------------------------- > > > > _______________________________________________ >> libav-user mailing list >> [email protected] >> https://lists.mplayerhq.hu/mailman/listinfo/libav-user >> >> > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user >
_______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
