Displaying 1 result from an estimated 1 matches for "athlon_xp".
2007 Jul 12
2
question on mplayer playing dvd amd 64 on centos 5
...er on centos 5 AMD 64 in native 64 bit mode and it
plays the dvd.
However, when I compile in 32 bit on AMD 64 centos 5 I cannot play the dvd.
I get:
Playing dvd://1
File not found: '1'
Failed to open dvd://1
My configure string is:
./configure --disable-ivtv --enable-largefiles --target=athlon_xp
--cc="gcc -m32" --as="as -32" --with-extralibdir=/usr/lib; make;
make install
I need the 32 bit mode as it will then play wmv's.
Has anyone done a 32bit compile on centos 5 AMD 64? Can you play dvd's?
If so can you share how you accomplished this.
I am thinking this m...