<div>looks like either you dont have the include file noted (.h file)</div>
<div>or the one included is using a deprecated (in case english is a second language: deprecated means no longer supported) command.</div>
<div> </div>
<div>`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.<br>In file included from ffmpeg.c:36:<br>/home/me/src/v/ffmpeg/libavcodec/avcodec.h:14:20: error: avutil.h: No such file<br>or directory</div>
<div> </div>
<div>The file in question looks like avcodec.h or avutil.h , look for the files and then see if they use -mcpu=  if so change it to -mtune= or -march=.</div>
<div> </div>
<div>This is of course just a guess? Good luck<br><br><br> </div>
<div><span class="gmail_quote">On 10/7/05, <b class="gmail_sendername">cc</b> <<a href="mailto:nyvsld@gmail.com">nyvsld@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">hi,<br>im building vlc-0.8.2,<br>all third-party libraries installed in $HOME, and env vars are set to find them,
<br><br>   export CFLAGS='-I$HOME/include'<br>   export CPPFLAGS='-I$HOME/include'<br>   export LDFLAGS='-L$HOME/lib'<br>   export PATH=$PATH:$HOME/bin<br><br>ffmpeg is latest cvs source, configured with<br>   ./configure --enable-pp --enable-gpl
<br><br>vlc configured like this,<br>   ./configure --prefix=$HOME --with-ffmpeg-tree=$HOME/src/ffmpeg<br><br>later when i type make, after a while, it said:<br><br>Making all in ffmpeg<br>make[5]: Entering directory `/home/me/src/vlc-
0.8.2/modules/codec/ffmpeg'<br>make[6]: Entering directory `/home/me/src/vlc-0.8.2/modules/codec/ffmpeg'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../../..   -I/home/me/include<br>-DSYS_LINUX -I../../../include `top_builddir="../../.."
<br>../../../vlc-config --cflags builtin ffmpeg` -Wsign-compare -Wall<br>-I/home/me/include -pipe -MT libffmpeg_a-ffmpeg.o -MD -MP -MF<br>".deps/libffmpeg_a-ffmpeg.Tpo" -c -o libffmpeg_a-ffmpeg.o `test -f<br>'ffmpeg.c
' || echo './'`ffmpeg.c; \<br>then mv -f ".deps/libffmpeg_a-ffmpeg.Tpo"<br>".deps/libffmpeg_a-ffmpeg.Po"; else rm -f<br>".deps/libffmpeg_a-ffmpeg.Tpo"; exit 1; fi<br>`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
<br>In file included from ffmpeg.c:36:<br>/home/me/src/v/ffmpeg/libavcodec/avcodec.h:14:20: error: avutil.h: No such file<br>or directory<br><br><br>so anyone please tell me whats wrong with it?<br>thx.<br><br>--<br>This is the vlc mailing-list, see 
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html</a><br><br></blockquote>
</div><br>