I am using alsa -1.0.14 and MPlayer 1.0rc1
mplayer is compiles on amd X2 with the command:
./configure --disable-ivtv --enable-largefiles --target=athlon_xp
--cc="$MPLAYERCC -m32" --as="as -32" --with-extralibdir=/usr/lib; make;
make install
This is so I can play wmv's on a 64 bit box.
However, mplayer detection finds the 64 bit alsa compiled library
int main(void) { return 0; }
gcc34 -m32 -O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math
-fomit-frame-pointer -I/usr/include -L/usr/lib -o
/tmp/mplayer-conf-3759-31048.o /tmp/mplayer-conf-8182-31048.c -lasound
-ldl -lpthread
/usr/bin/ld: skipping incompatible /usr/lib64/libasound.so when
searching for -lasound
/usr/bin/ld: cannot find -lasound
collect2: ld returned 1 exit status
How do I resolve the 32 bit /64 bit libasound issue???
Do I somehow build alsa for bot 32 and 64 bits?
THanks,
Jerry
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user