Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2011
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1.  
  2. ============ Checking for VA-API ============
  3.  
  4. #include <va/va_x11.h>
  5. int main(void) { (void) vaGetDisplay(0); return 0; }
  6.  
  7. cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer /tmp/mplayer-configure--20393/tmp.c -I. -Iffmpeg -D_REENTRANT -I/usr/include/directfb -I/usr/include/ -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -ffast-math -lncurses -lrt -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -ldirectfb -lXext -lX11 -lpthread -lXv -lXinerama -lXxf86vm -lXxf86dga -laa -L/usr/lib -lcaca -lvga -lSDL -lGL -ldl -lGLU -L/usr/lib -lartsc -lesd -laudio -lXt -lpulse -ljack -lopenal -o /tmp/mplayer-configure--20393/tmp -lva-x11
  8. /usr/lib/libva-x11.so: undefined reference to `trace_flag'
  9. /usr/lib/libva-x11.so: undefined reference to `va_TracePutSurface'
  10. /usr/lib/libva-x11.so: undefined reference to `vaDisplayIsValid'
  11. /usr/lib/libva-x11.so: undefined reference to `fool_postp'
  12. collect2: ld returned 1 exit status
  13.  
  14.  
  15.  
  16. #include <va_x11.h>
  17. int main(void) { (void) vaGetDisplay(0); return 0; }
  18.  
  19. cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer /tmp/mplayer-configure--20393/tmp.c -I. -Iffmpeg -D_REENTRANT -I/usr/include/directfb -I/usr/include/ -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -ffast-math -lncurses -lrt -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -ldirectfb -lXext -lX11 -lpthread -lXv -lXinerama -lXxf86vm -lXxf86dga -laa -L/usr/lib -lcaca -lvga -lSDL -lGL -ldl -lGLU -L/usr/lib -lartsc -lesd -laudio -lXt -lpulse -ljack -lopenal -o /tmp/mplayer-configure--20393/tmp -lva
  20. /tmp/mplayer-configure--20393/tmp.c:1:20: error: va_x11.h: No such file or directory
  21. /tmp/mplayer-configure--20393/tmp.c: In function 'main':
  22. /tmp/mplayer-configure--20393/tmp.c:2: warning: implicit declaration of function 'vaGetDisplay'
  23.  
  24.  
  25. Result is: no
  26. ##########################################
  27.  
  28. ============ Checking for VA-API (with GLX support) ============
  29. Result is: no
  30. ##########################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement