<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Comic Sans MS";
        panose-1:3 15 7 2 3 3 2 2 2 4;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;}
@font-face
        {font-family:"Bradley Hand ITC";
        panose-1:3 7 4 2 5 3 2 3 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-IN link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am trying to install vlc-0.9.9a on my Linux server. The OS is CentOS 5.7.  I am getting the following errors:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>In file included from avcodec.c:51:<o:p></o:p></p><p class=MsoNormal>fourcc.h: At top level:<o:p></o:p></p><p class=MsoNormal>fourcc.h:1042: error: static declaration of âGetFfmpegCodecâ follows non-static declaration<o:p></o:p></p><p class=MsoNormal>avcodec.h:27: error: previous declaration of âGetFfmpegCodecâ was here<o:p></o:p></p><p class=MsoNormal>fourcc.h:1061: error: static declaration of âGetVlcFourccâ follows non-static declaration<o:p></o:p></p><p class=MsoNormal>avcodec.h:29: error: previous declaration of âGetVlcFourccâ was here<o:p></o:p></p><p class=MsoNormal>In file included from avcodec.c:52:<o:p></o:p></p><p class=MsoNormal>avutil.h:30: warning: no previous prototype for âLibavutilCallbackâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:60: error: expected specifier-qualifier-list before âFFMPEG_COMMON_MEMBERSâ<o:p></o:p></p><p class=MsoNormal>avcodec.c: In function âOpenDecoderâ:<o:p></o:p></p><p class=MsoNormal>avcodec.c:244: warning: âavcodec_alloc_contextâ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4025)<o:p></o:p></p><p class=MsoNormal>avcodec.c:255: error: âFF_MM_MMXâ undeclared (first use in this function)<o:p></o:p></p><p class=MsoNormal>avcodec.c:255: error: (Each undeclared identifier is reported only once<o:p></o:p></p><p class=MsoNormal>avcodec.c:255: error: for each function it appears in.)<o:p></o:p></p><p class=MsoNormal>avcodec.c:259: error: âFF_MM_MMXEXTâ undeclared (first use in this function)<o:p></o:p></p><p class=MsoNormal>avcodec.c:263: error: âFF_MM_3DNOWâ undeclared (first use in this function)<o:p></o:p></p><p class=MsoNormal>avcodec.c:267: error: âFF_MM_SSEâ undeclared (first use in this function)<o:p></o:p></p><p class=MsoNormal>avcodec.c:271: error: âFF_MM_SSE2â undeclared (first use in this function)<o:p></o:p></p><p class=MsoNormal>avcodec.c:291: error: âdecoder_sys_tâ has no member named âi_catâ<o:p></o:p></p><p class=MsoNormal>avcodec.c: In function âCloseDecoderâ:<o:p></o:p></p><p class=MsoNormal>avcodec.c:304: error: âdecoder_sys_tâ has no member named âi_catâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:314: error: âdecoder_sys_tâ has no member named âp_contextâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:318: error: âdecoder_sys_tâ has no member named âp_contextâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:319: error: âdecoder_sys_tâ has no member named âp_contextâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:320: error: âdecoder_sys_tâ has no member named âp_contextâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:323: error: âdecoder_sys_tâ has no member named âp_contextâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:325: error: âdecoder_sys_tâ has no member named âpsz_namecodecâ<o:p></o:p></p><p class=MsoNormal>avcodec.c:326: error: âdecoder_sys_tâ has no member named âp_contextâ<o:p></o:p></p><p class=MsoNormal>avcodec.c: In function âInitLibavcodecâ:<o:p></o:p></p><p class=MsoNormal>avcodec.c:340: warning: âavcodec_initâ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3932)<o:p></o:p></p><p class=MsoNormal>make[6]: *** [libavcodec_plugin_la-avcodec.lo] Error 1<o:p></o:p></p><p class=MsoNormal>make[6]: Leaving directory `/usr/local/packages/vlc-0.9.9a/modules/codec/avcodec'<o:p></o:p></p><p class=MsoNormal>make[5]: *** [all] Error 2<o:p></o:p></p><p class=MsoNormal>make[5]: Leaving directory `/usr/local/packages/vlc-0.9.9a/modules/codec/avcodec'<o:p></o:p></p><p class=MsoNormal>make[4]: *** [all-recursive] Error 1<o:p></o:p></p><p class=MsoNormal>make[4]: Leaving directory `/usr/local/packages/vlc-0.9.9a/modules/codec'<o:p></o:p></p><p class=MsoNormal>make[3]: *** [all] Error 2<o:p></o:p></p><p class=MsoNormal>make[3]: Leaving directory `/usr/local/packages/vlc-0.9.9a/modules/codec'<o:p></o:p></p><p class=MsoNormal>make[2]: *** [all-recursive] Error 1<o:p></o:p></p><p class=MsoNormal>make[2]: Leaving directory `/usr/local/packages/vlc-0.9.9a/modules'<o:p></o:p></p><p class=MsoNormal>make[1]: *** [all-recursive] Error 1<o:p></o:p></p><p class=MsoNormal>make[1]: Leaving directory `/usr/local/packages/vlc-0.9.9a'<o:p></o:p></p><p class=MsoNormal>make: *** [all] Error 2<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Could you please let me know the reason for the error?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Looking forward to your support…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Pinakee<o:p></o:p></p><p class=MsoNormal style='line-height:150%'><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="miter" />
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0" />
<v:f eqn="sum @0 1 0" />
<v:f eqn="sum 0 0 @1" />
<v:f eqn="prod @2 1 2" />
<v:f eqn="prod @3 21600 pixelWidth" />
<v:f eqn="prod @3 21600 pixelHeight" />
<v:f eqn="sum @0 0 1" />
<v:f eqn="prod @6 1 2" />
<v:f eqn="prod @7 21600 pixelWidth" />
<v:f eqn="sum @8 21600 0" />
<v:f eqn="prod @7 21600 pixelHeight" />
<v:f eqn="sum @10 21600 0" />
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" />
<o:lock v:ext="edit" aspectratio="t" />
</v:shapetype><v:shape id="AutoShape_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75" style='width:10.5pt;height:10.5pt;visibility:visible;mso-left-percent:-10001;mso-top-percent:-10001;mso-position-horizontal:absolute;mso-position-horizontal-relative:char;mso-position-vertical:absolute;mso-position-vertical-relative:line;mso-left-percent:-10001;mso-top-percent:-10001'>
<v:imagedata cropbottom="-1407374884f" cropright="-1407374884f" />
<w:wrap type="none"/>
<w:anchorlock/>
</v:shape><![endif]--><![if !vml]><img width=14 height=14 src="cid:image002.png@01CCF22A.A5150C30" v:shapes="AutoShape_x0020_2"><![endif]><span style='font-size:8.0pt;line-height:150%;font-family:"Arial","sans-serif";color:navy;mso-fareast-language:EN-IN'><o:p></o:p></span></p><p class=MsoNormal style='line-height:12.0pt'><span style='font-size:8.0pt;font-family:"Arial","sans-serif";color:navy;mso-fareast-language:EN-IN'><o:p> </o:p></span></p><p class=MsoNormal style='line-height:12.0pt'><span style='font-size:8.0pt;font-family:Webdings;color:green;mso-fareast-language:EN-IN'>P</span><b><span style='font-size:8.0pt;font-family:"Arial","sans-serif";color:green;mso-fareast-language:EN-IN'> </span></b><span style='font-size:8.0pt;font-family:"Bradley Hand ITC";color:green;mso-fareast-language:EN-IN'>Please don't print this e-mail unless you really need to, this will preserve trees on planet earth.</span><span style='font-size:8.0pt;font-family:"Arial","sans-serif";color:gray;mso-fareast-language:EN-IN'> </span><span style='font-size:8.0pt;font-family:"Arial","sans-serif";color:navy;mso-fareast-language:EN-IN'><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:8.0pt;font-family:"Comic Sans MS";color:#595959;mso-fareast-language:EN-IN'>----------------------------Disclaimer-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span><span lang=EN-US style='font-size:8.0pt;font-family:"Comic Sans MS";color:#595959;mso-fareast-language:EN-IN'><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:8.0pt;font-family:"Comic Sans MS";color:#595959;mso-fareast-language:EN-IN'>The information contained in this message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and permanently delete this message and any attachments from your system. Please note that e-mails are susceptible to change and malwares. VVIDIA COMMUNICATIONS PVT LTD. (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system. <o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:8.0pt;font-family:"Comic Sans MS";color:#595959;mso-fareast-language:EN-IN'>-------------------------------------------------------------------------------------------------------------------------Disclaimer----------------------------------------------------------------------------------------------------------<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>