<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On Sun, 16 Jan 2005 22:38:00 +0000, Ashley Bostock
<a class="moz-txt-link-rfc2396E" href="mailto:abostock@gmail.com">&lt;abostock@gmail.com&gt;</a> wrote:<br>
<blockquote cite="mid8dace7d4050119085855f6896b@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Right I've finially got it to compile with the following configure values:


VLC Version 0.8.1:
./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-zlib --enable-mad
--enable-libdvbpsi --enable-a52 --disable-dvdplay --enable-dvdnav
--enable-vorbis --enable-ogg --enable-theora --enable-mkv
--enable-freetype --disable-cddax --disable-vcdx --enable-speex
--enable-flac --enable-goom --enable-livedotcom --enable-caca
--disable-skins2 --enable-modplug --enable-debug --enable-gpl
--enable-mp3lame --enable-pp
--with-ffmpeg-tree=/video/extra/ffmpeg-cvs-2004-11-10

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I've been having a hell of a time getting VLC to compile.  I've used
the ./configure options above (with the correct path for my ffmpeg
tree) but get the following error:


checking mpeg2dec/mpeg2.h usability... no
checking mpeg2dec/mpeg2.h presence... no
checking for mpeg2dec/mpeg2.h... no
configure: error: Could not find libmpeg2 on your system: you may get
it from <a class="moz-txt-link-freetext" href="http://libmpeg2.sf.net/">http://libmpeg2.sf.net/</a> (you need the cvs version).
Alternatively you can use --disable-libmpeg2 to disable the libmpeg2
plugin.

I can swear I have libmpeg2 on my system ... 

  </pre>
</blockquote>
You might try and see if there is a libmpeg2-devel package. It is
checking for headers, not the library.<br>
<br>
- James
</body>
</html>