On Sat, Jul 12, 2008 at 12:32 AM, Laurent Aimar <<a href="mailto:fenrir@via.ecp.fr">fenrir@via.ecp.fr</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Fri, Jul 11, 2008, Jean-Philippe ANDRÉ wrote:<br>
> Le Fri, Jul 11, 2008, Rémi Denis-Courmont a écrit :<br>
> > Le vendredi 11 juillet 2008 23:07:25 Dave Still, vous avez écrit :<br>
> > > By commenting out lines 247 and 248 of /modules/demux/avformat/<br>
> > > demux.c, I'm able to compile and get a working executable, but I don't<br>
> > > know what this breaks.  CODEC_TYPE_ATTACHMENT seems to be defined in<br>
> > > an ffmpeg header file, ffmpeg/libavcodec/avcodec.h, which is included<br>
> > > by demux.c.  The same header defines CODEC_TYPE_DATA which doesn't<br>
> > > cause an error.<br>
> ><br>
> > My best guess is that Ubuntu´s ffmeg is too old. Or to put it another way, VLC<br>
> > lacks proper version #ifdef.<br>
><br>
> I have the same issue here, using Archlinux.<br>
> It would be great to add a simple #ifdef, I think.<br>
</div> I have commited a fix for (very) old ffmpeg version, so it should compil.<br>
<font color="#888888"><br>
--<br>
fenrir<br>
</font></blockquote></div><br>Hi,<br><br>I have the same issue. It looks like vlc doesn't accept --with-<span class="nfakPe">ffmpeg</span>-tree option any more. If I look at ../configure --help there is no --with-<span class="nfakPe">ffmpeg</span>-tree option. So when I try to configure latest git on Ubuntu 8.04, configuration always uses ffmpeg installed on a system and not from specified location.<br>
<br>Gregor<br>