[vlc-devel] Build issues on Ubuntu 8.04

Dave Still dave at stilldesigning.com
Fri Jul 11 22:24:26 CEST 2008


I'm using the same ffmpeg version as is used in contribs; svn rev  
14080.  Here's my configure options:

./configure --enable-x11 \
   --enable-xvideo \
   --disable-gtk \
   --enable-sdl \
   --enable-ffmpeg \
   --enable-postproc \
   --enable-swscale \
   --enable-avcodec \
   --enable-avformat \
   --with-ffmpeg-mp3lame \
   --with-ffmpeg-tree=../ffmpeg \
   --enable-mad \
   --enable-libdvbpsi \
   --enable-a52 \
   --enable-libmpeg2 \
   --enable-dvdnav \
   --enable-faad \
   --enable-vorbis \
   --enable-ogg \
   --enable-theora \
   --enable-faac \
   --enable-mkv \
   --enable-freetype \
   --enable-fribidi \
   --enable-speex \
   --enable-flac \
   --enable-live555 \
   --enable-caca \
   --enable-skins \
   --enable-skins2 \
   --enable-alsa \
   --disable-kde \
   --enable-qt \
   --enable-ncurses \
   --enable-release \
   --prefix=/usr

On Jul 11, 2008, at 1:08 PM, Rémi Denis-Courmont wrote:

> Le vendredi 11 juillet 2008 23:07:25 Dave Still, vous avez écrit :
>> By commenting out lines 247 and 248 of /modules/demux/avformat/
>> demux.c, I'm able to compile and get a working executable, but I  
>> don't
>> know what this breaks.  CODEC_TYPE_ATTACHMENT seems to be defined in
>> an ffmpeg header file, ffmpeg/libavcodec/avcodec.h, which is included
>> by demux.c.  The same header defines CODEC_TYPE_DATA which doesn't
>> cause an error.
>
> My best guess is that Ubuntu´s ffmeg is too old. Or to put it  
> another way, VLC
> lacks proper version #ifdef.
>
> -- 
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list