> Thanks, I learned something today. I installed gcc 3.4.6. That got me
> compiling but a get a new problem. Can you help resolve?
>
> I used ./configure with no options, then make and I get a failure:
>
> gcc -c -I../libvo -I../../libvo -fno-PIC -O4 -march=pentium4
> -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I..
> -I../libmpdemux -I../loader -D_GNU_SOURCE -o ve_x264.o ve_x264.c
> ve_x264.c: In function `config':
> ve_x264.c:219: error: structure has no member named `i_rc_buffer_size'
> ve_x264.c:221: error: structure has no member named `i_rc_init_buffer'
> ve_x264.c:223: error: structure has no member named `i_rc_init_buffer'
> ve_x264.c:224: error: structure has no member named `i_rc_sens'
> make[1]: *** [ve_x264.o] Error 1
> make[1]: Leaving directory
> `/home/philipp/Software/mplayer/MPlayer-1.0pre7try2/libmpcodecs'
> make: *** [libmpcodecs/libmpcodecs.a] Error 2
>
> Cheers,
> Phil.
Probably you are using a recent x264 snapshot. It wont work with pre7.
I put an older one that works with pre7 in http://encode2mpeg.sf.net/x264/
Giacomo