[MPlayer-users] No video on Edgy Kubuntu AMD64 Nvidia

Raena Lea-Shannon raen at internode.on.net
Wed Jan 17 13:05:49 CET 2007


On Monday 15 January 2007 02:48, The Wanderer wrote:
> Raena Lea-Shannon wrote:
> > mplayer -vo help
> > MPlayer dev-SVN-r21923-4.1.2 (C) 2000-2006 MPlayer Team
> > CPU: AMD Athlon(tm) 64 Processor 3800+ (Family: 15, Model: 47, Stepping:
> > 2) CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
> > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
> > Available video output drivers:
> >         fbdev   Framebuffer Device
> >         fbdev2  Framebuffer Device
> >         cvidix  console VIDIX
> >         null    Null video output
> >         mpegpes Mpeg-PES to DVB card
> >         yuv4mpeg        yuv4mpeg output for mjpegtools
> >         tga     Targa output
> >         pnm     PPM/PGM/PGMYUV file
> >         md5sum  md5sum of each frame
>
> Apparently you have none of the X11 development headers, the OpenGL
> development headers, or the SDL development headers installed. Correct
> that (particularly the first one) and recompile, and this list should
> expand considerably.
>
> Either that, or you *do* 

I do.

> have them but they are not being detected 
> correctly; in that case, the contents of the relevant section of
> configure.log would be appropriate.

Here:
##########################################

============ Checking for X11 headers presence ============
Result is: yes (using /usr/include)
##########################################

============ 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 -O4 -march=k8 -mtune=k8 -pipe -ffast-math -fomit-frame-pointer       -o /tmp/
mplayer-conf--8177.o /tmp/mplayer-conf--8177.c -I/usr/include -lXext -lX11 -lpth
read

ldd /tmp/mplayer-conf--8177.o
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00002abafcf18000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00002abafd029000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00002abafd207000)
        libc.so.6 => /lib/libc.so.6 (0x00002abafd31d000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00002abafd55e000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00002abafd661000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002abafd766000)
        /lib64/ld-linux-x86-64.so.2 (0x00002abafcdfb000)

Result is: yes


============ Checking for OpenGL ============

#include <GL/gl.h>
int main(void) { return 0; }

cc -O4 -march=k8 -mtune=k8 -pipe -ffast-math -fomit-frame-pointer  -I/usr/includ
e      -lXext -lX11  -lpthread  -o /tmp/mplayer-conf--8177.o /tmp/mplayer-conf--
8177.c -lGL -lm
/tmp/mplayer-conf--8177.c:1:19: error: GL/gl.h: No such file or directory

ldd /tmp/mplayer-conf--8177.o
ldd: /tmp/mplayer-conf--8177.o: No such file or directory


#include <GL/gl.h>
int main(void) { return 0; }

cc -O4 -march=k8 -mtune=k8 -pipe -ffast-math -fomit-frame-pointer  -I/usr/includ
e      -lXext -lX11  -lpthread  -o /tmp/mplayer-conf--8177.o /tmp/mplayer-conf--
8177.c -lGL -lm -lpthread
/tmp/mplayer-conf--8177.c:1:19: error: GL/gl.h: No such file or directory

ldd /tmp/mplayer-conf--8177.o
ldd: /tmp/mplayer-conf--8177.o: No such file or directory


#include <GL/gl.h>
int main(void) { return 0; }

cc -O4 -march=k8 -mtune=k8 -pipe -ffast-math -fomit-frame-pointer  -I/usr/includ
e      -lXext -lX11  -lpthread  -o /tmp/mplayer-conf--8177.o /tmp/mplayer-conf--
8177.c -lopengl32
/tmp/mplayer-conf--8177.c:1:19: error: GL/gl.h: No such file or directory

ldd /tmp/mplayer-conf--8177.o
ldd: /tmp/mplayer-conf--8177.o: No such file or directory

Result is: no
#########################

##########################################

============ Checking for SDL ============
./configure: 4622: sdl-config: not found
./configure: 4622: sdl11-config: not found
Result is: no
##########################################






More information about the MPlayer-users mailing list