Hi, currently I'm adding capture support for Windows to ffmpeg using MingW32 without Cygwin. But here my problem is, that linking fails with the Windows system functions that access the audio device (waveInOpen, waveInStart and others). What do I have to change in the configuration so that these symbols can be resolved? Michael