Hi,

On Wed, Nov 17, 2010 at 8:56 PM, John Q <[email protected]> wrote:
> I am getting the following linker errors when using ffmpeg libraries using the
> following order to link libraries.
> LIBS =  -lstdc++  -lpthread -lm -lavcodec -lavformat -lavutil -lavcore
>  -lavfilter -lavdevice -lswscale
>
> Appreciate any help
>
>
> Undefined symbols:
>  "avcodec_close(AVCodecContext*)", referenced from:
>      FFMpegEngine::CCFFMpegEngine::close_video(AVFormatContext*, AVStream*)
>  in CCFfmpegEngine.o

Did you use extern "C" { .. } around the FFmpeg #includes?

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

Reply via email to