LINUX.ORG.RU

драйвер вывода видео (xv) для mplayer


0

0

насколько я понял, драйвер ввывода видео xv явялется одним из наиболее предпочтительных, за исключением родного драйвера (Radeon 9600). Но на моем дебиане этого драйвера нет. Подскажите, как его установить.

mplayer -vo help Available video output drivers: x11 X11 ( XImage/Shm ) xover General X11 driver for overlay capable video output drivers gl X11 (OpenGL) gl2 X11 (OpenGL) - multiple textures version sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!) fbdev Framebuffer Device fbdev2 Framebuffer Device svga SVGAlib aa AAlib caca libcaca ivtv IVTV MPEG Video Decoder TV-Out directfb Direct Framebuffer Device dfbmga DirectFB / Matrox G200/G400/G450/G550 xvidix X11 (VIDIX) cvidix console VIDIX null Null video output mpegpes Mpeg-PES to DVB card yuv4mpeg yuv4mpeg output for mjpegtools png PNG file jpeg JPEG file tga Targa output pnm PPM/PGM/PGMYUV file md5sum md5sum of each frame


Ответ на: комментарий от Sky777

с опцией xv=yes (было - авто) сборка прекращается вот с такими ошибккми

x11_common.c:47:31: error: X11/extensions/Xv.h: No such file or directory x11_common.c:48:34: error: X11/extensions/Xvlib.h: No such file or directory x11_common.c: In function 'vo_xv_set_eq': x11_common.c:2122: error: 'XvAttribute' undeclared (first use in this function) x11_common.c:2122: error: (Each undeclared identifier is reported only once x11_common.c:2122: error: for each function it appears in.) x11_common.c:2122: error: 'attributes' undeclared (first use in this function) x11_common.c:2130: error: 'XvSettable' undeclared (first use in this function) x11_common.c: In function 'vo_xv_get_eq': x11_common.c:2193: error: 'XvAttribute' undeclared (first use in this function) x11_common.c:2193: error: 'attributes' undeclared (first use in this function) x11_common.c:2199: error: 'XvGettable' undeclared (first use in this function) x11_common.c: In function 'xv_intern_atom_if_exists': x11_common.c:2271: error: 'XvAttribute' undeclared (first use in this function) x11_common.c:2271: error: 'attributes' undeclared (first use in this function) x11_common.c: In function 'vo_xv_get_max_img_dim': x11_common.c:2317: error: 'XvEncodingInfo' undeclared (first use in this function) x11_common.c:2317: error: 'encodings' undeclared (first use in this function) make[2]: *** [x11_common.o] Error 1 make[2]: Leaving directory `/home/src/mplayer-checkout-2006-12-02/libvo' make[1]: *** [libvo/libvo.a] Ошибка 2 make[1]: Leaving directory `/home/src/mplayer-checkout-2006-12-02' make: *** [build-stamp] Ошибка 2

Sky777
() автор топика
Ответ на: комментарий от Sky777

============ Checking for Xv ============

#include <X11/Xlib.h> #include <X11/extensions/Xvlib.h> int main(void) { (void) XvGetPortAttribute(0, 0, 0, 0); (void) XvQueryPortAttributes(0, 0, 0); return 0; }

cc -O4 -march=prescott -mtune=prescott -pipe -ffast-math -fomit-frame-pointer -I/usr/include/directfb -I/usr/include -ln curses -ldirectfb -lXext -lX11 -lpthread -o /tmp/mplayer-conf-28915-8839.o /tmp/mplayer-conf-5588-8839.c -lXv /tmp/mplayer-conf-5588-8839.c:2:34: error: X11/extensions/Xvlib.h: No such file or directory

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

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

Sky777
() автор топика
Ответ на: комментарий от Sky777

вопрос снялся после установки нескольких пакетов типа libxv*

Sky777
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.