Page 1 of 1

0.7.2

Posted: 02 Nov 2005 21:40
by archangle
compiling 0.7.2 becuase im getting fed up trying to get my dbox streaming to work, n everyone tells me this version is most compatible...

i have compiled and installed ffmpeg with

./configure --enable-libogg --enable-theora --enable-xvid --enable-vorbis --enable-shared --enable-pthreads --enable-gpl --enable-mp3lame --enable-a52 --enable-faac --enable-pp

then 0.7.2 with

./configure --enable-dvdread --enable-theora --enable-alsa --with-dvdcss=/usr/local --with-dvdread=/usr/local --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-mad=/usr/local

...
vlc configuration
--------------------
vlc version : 0.7.2
system : linux
architecture : i686 mmx
build flavour : optim devel
vlc aliases : svlc gvlc

You can tune the compiler flags in vlc-config.
To build vlc and its plugins, type `make'.

make

.....
video.c: In function `DecodeVideo__ffmpeg':
video.c:594: error: structure has no member named `frame_rate'
video.c:598: error: structure has no member named `frame_rate_base'
video.c:599: error: structure has no member named `frame_rate'
make[6]: *** [libffmpeg_a-video.o] Error 1
make[6]: Leaving directory `/mnt/hd/ronan/vlc-0.7.2/modules/codec/ffmpeg'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/mnt/hd/ronan/vlc-0.7.2/modules/codec/ffmpeg'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mnt/hd/ronan/vlc-0.7.2/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/mnt/hd/ronan/vlc-0.7.2/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/hd/ronan/vlc-0.7.2/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/hd/ronan/vlc-0.7.2'
make: *** [all] Error 2


can someone please gimme at least a clue...?

thanks

arch

Posted: 02 Nov 2005 23:04
by fkuehne
Your ffmpeg-version is either too old or too new.
You should probably use the ffmpeg-version we provided with this release of VLC. You can still find it here: http://downloads.videolan.org/pub/video ... 2/contrib/

Posted: 03 Nov 2005 01:06
by archangle
yes that was the issue...
the ffmpeg was too up to date...

i used the one you suggested and ll is well...

Ronan