I am trying to compile MPlayer on my SuSE 9.3 box which is running an AMD 64 Turion-ML30 processor. The configure and make run fine, but I get no fullscreen mode. mplayer -fs movie.avi give me a fullscreen and my movie in the middle. ----snip from configure.log------- ============ Checking for X11 ============ #include <X11/Xlib.h> #include <X11/Xutil.h> int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; } cc /tmp/mplayer-conf-22283-7236.c -o /tmp/mplayer-conf-795-7236.o -I/usr/X11 /include -L/usr/X11R6/lib -lXext -lX11 -lnsl /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.so when searching for -lXext /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.a when searching for -lXext /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status ldd /tmp/mplayer-conf-795-7236.o ldd: /tmp/mplayer-conf-795-7236.o: No such file or directory Result is: no -----------snip------------------------------- These RPMs are installed on the system now. $ rpm -qa xorg-x11-fonts-75dpi-6.8.2-30 xorg-x11-server-6.8.2-30 ghostscript-x11-8.15rc1-16 xorg-x11-driver-options-6.8.2-30 xorg-x11-server-glx-6.8.2-30 xorg-x11-fonts-100dpi-6.8.2-30 xorg-x11-6.8.2-30 xorg-x11-man-6.8.2-30 yast2-x11-2.11.4-8.2 xorg-x11-fonts-scalable-6.8.2-30 xorg-x11-Mesa-6.8.2-30 xorg-x11-Xvnc-6.8.2-30 emacs-x11-21.3-202 xorg-x11-devel-6.8.2-30 xorg-x11-libs-6.8.2-30.3 xorg-x11-devel-32bit-9.3-7 xorg-x11-libs-32bit-9.3-7.2 xorg-x11-Xvfb-6.8.2-30 xorg-x11-Mesa-32bit-9.3-7 xorg-x11-Mesa-devel-6.8.2-30 Can someone please help? TIA!
participants (4)
-
Guillaume POIRIER -
Mag Gam -
RC -
Reimar Döffinger