[FFmpeg-user] current git (95dd174) make install fails

Tim Nicholson tim.nicholson at bbc.co.uk
Fri Jun 24 18:41:49 CEST 2011


On 24/06/11 10:00, Tim Nicholson wrote:
> My standard build script runs fine on this revision *until* I "make
> install" at which point I get the following:-
> ===================================================================
>  > sudo make install
> CC ffmpeg.o
> ffmpeg.c: In function ‘read_ffserver_streams’:
> ffmpeg.c:709:5: warning: ‘av_open_input_file’ is deprecated (declared at
> libavformat/avformat.h:1083)
>
> [...similar lines]

So replying to myself...
I found that running "make " again followed by "sudo make install" 
seemed to solve the problem.

However it is odd it fell over in the first place because my script only 
calls "sudo make install" if make succeeds...

[...]
make
make_ok=$?

if [ $make_ok = 0 ] ; then
   echo "install ..."
   sudo make install
[...]

-- 
Tim


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
					


More information about the ffmpeg-user mailing list