Gents,
I can compile mplayer on centos 4.5 AMD 64 in native 64 bit mode and it plays the dvd, and also compile for 32 bit mode "gcc -m32" on it also plays the dvd. "mplayer dvd://1".
I can compile mplayer 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 more a centos 5 issue than an mplayer issue. This is why I posted here.
THanks,
Jerry
On 7/12/07, Jerry Geis geisj@pagestation.com wrote:
However, when I compile in 32 bit on AMD 64 centos 5 I cannot play the dvd.
During the compilation, did you see any error/warnings? What does ldd show on the 32-bit mplayer? Is it pointing to all 32-bit library files?
Akemi
On 7/12/07, Jerry Geis geisj@pagestation.com wrote:
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.
Have you tried just installing the mplayer rpm from rpmforge? I did that, I have only the 64 bit installation, and I can play dvds and wmvs without any trouble. I am running a dual core AMD 64, but I don't know if that would make any difference.
$ rpm -qa | grep mplayer mplayer-fonts-1.1-3.0.rf.noarch mplayer-1.0-0.34.rc1try2.el5.rf.x86_64 mplayerplug-in-3.40-1.el5.rf.x86_64
mhr