(posted to ffmpeg-user previously)

Hi all,
I'm trying to build and run output_example.c on windows (xp sp3, I have 
successfully built ffmpeg shared libraries). During debug run I got --
The procedure entry point url_fclose could not be found in the dynamic link 
library avcodec-52.dll

here is my environment:

added
extern "C" {
#include <avformat.h>
#include <swscale.h>
}

dir tree
c:/msys/1.0/local/bin/avcodec-52.dll
                                avdevice-52.dll
                                avformat-52.dll
                                 avutil-50.dll
                                 swscale-0.dll
and their av(/sw)XXXX.dll and av(/sw)XXXX.####.dll variations.
c:/msys/1.0/local/lib/libavcodec.dll.a
                                 /libavXXXX.dll.a(s)
                                 /libswscale.dll.a

And added c:/msys/1.0/local/bin to $PATH. What am I missing?

-carl
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to