This may be a vs2005 additional dependencies setting problem. finding out more...

----- Original Message ----- From: "avcoder" <[email protected]>
To: "Libav* user questions and discussions" <[email protected]>
Sent: Tuesday, May 04, 2010 10:53 PM
Subject: Re: [libav-user] url_fclose and avcodec-52.dl


Dear:

url_fclose() is implemented in avformat-52.dll but not avcodec-52.dll

On Wed, May 5, 2010 at 9:46 AM, Carl <[email protected]> wrote:

(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




--
-----------------------------------------------------------------------------------------
My key fingerprint: d1:03:f5:32:26:ff:d7:3c:e4:42:e3:51:ec:92:78:b2
_______________________________________________
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

Reply via email to