[Libav-user] Error while linking ffmpeg

2013-07-02 Thread ... ...
Hi, I am working on a project using ffmpeg and when I compiled, i get the following error : g++ -o test Capture.o EnregistrerVideo.o ffmpegTools.o FluxVideoModifie.o main_stream_vlc.o test.o Transcodage.o vizILogger.o VLCStreamer.o -lavformat -lavcodec -lavutil -lswscale -lopencv_core

Re: [Libav-user] Error while linking ffmpeg

2013-07-02 Thread Wang Bin
Hi, I am working on a project using ffmpeg and when I compiled, i get the following error : g++ -o test Capture.o EnregistrerVideo.o ffmpegTools.o FluxVideoModifie.o main_stream_vlc.o test.o Transcodage.o vizILogger.o VLCStreamer.o -lavformat -lavcodec -lavutil -lswscale -lopencv_core

Re: [Libav-user] Error while linking ffmpeg

2013-07-02 Thread ... ...
hi, Thanks for your response,you may link to the wrong libavcodec How could I know that ?I only have one livavutil installed on my computer, here is the response to the command ldconfig -p|grep libav (command which list all the libraries installed on my computer and filter it :libavutil.so.52

Re: [Libav-user] Error while linking ffmpeg

2013-07-02 Thread ... ...
Hi, you must make sure the libav* match the header when compiling your code. you may add -v option to see detailsI tryied the ffmpeg -v command and I get the following answerffmpeg version N-54345-ga35494c Copyright (c) 2000-2013 the FFmpeg developers built on Jul 2 2013 11:28:20 with gcc 4.6

Re: [Libav-user] Error while linking ffmpeg

2013-07-02 Thread Carl Eugen Hoyos
... ... bersac_1@... writes: I am working on a project using ffmpeg and when I compiled, i get the following error : /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libavcodec.so: undefined reference to `avpriv_update_lls at LIBAVUTIL_52' You are mixing versions of libavcodec and

Re: [Libav-user] Error while linking ffmpeg : problem solve !

2013-07-02 Thread ... ...
Pessac33000 Bordeaux06.65.30.89.43 To: libav-user@ffmpeg.org From: ceho...@ag.or.at Date: Tue, 2 Jul 2013 12:00:42 + Subject: Re: [Libav-user] Error while linking ffmpeg ... ... bersac_1@... writes: you must make sure the libav* match the header when compiling your code. you