No VDPAU with SVN 28714
#1
Hi,

VDPAU doesn't work on my system since some SVN revisions ago, latest I tried is 28714 with no success.

I use "./configure --disable-pulse --enable-goom --prefix=/usr" with this config result

------------------------
XBMC Configuration:
------------------------
Debugging: Yes
Profiling: No
Optimization: Yes
OpenGL: Yes
VDPAU: Yes
CrystalHD: No
Joystick: Yes
XRandR: Yes
GOOM: Yes
PCRE Support: Yes
MID Support: No
ccache: Yes
PulseAudio: No
FAAC: Yes
DVDCSS: Yes
Avahi: Yes
Non-free: Yes
ASAP Codec: No
Webserver: Yes
Deprecated libdts: No
Deprecated liba52: No
External Libraries: No
External FFmpeg: No
External liba52: No
External libdts: No
External libass: No
External Python: No
prefix: /usr
------------------------

Mainly I tried on a system with nvidia drivers version 185.18.36

Distro Ubuntu 9.10 x86
SVN 28714
xbmc.log -> http://pastebin.com/kBsDVhpD

Thanks.
Reply
#2
What is render method set to?
Reply
#3
bobo1on1 Wrote:What is render method set to?

Is set forced to VDPAU
Reply
#4
Did you do a make distclean before compiling.
Reply
#5
bobo1on1 Wrote:Did you do a make distclean before compiling.

Yes, and I tried to delete all and commit from scratch.
Reply
#6
Hi,

I observed some odd thing, normally before I compiled xbmc only using:
make -j8
and then sudo make install
, but now I need to:
make -j8
make -j8 xbmc.bin
make -j8 xbmc-xrandr
and then sudo make install

Is this normal?

Thanks.
Reply
#7
pakojones Wrote:Hi,

I observed some odd thing, normally before I compiled xbmc only using:
make -j8
and then sudo make install
, but now I need to:
make -j8
make -j8 xbmc.bin
make -j8 xbmc-xrandr
and then sudo make install

Is this normal?

Thanks.

you play with fire doing make -j8. always follow with make to be sure all has been compiled.
Reply
#8
davilla Wrote:you play with fire doing make -j8. always follow with make to be sure all has been compiled.

I also tried to make with only one core with the same result, I need to:
make
make xbmc.bin
make xbmc-xrandr
and then sudo make install
Huh
Reply

Logout Mark Read Team Forum Stats Members Help
No VDPAU with SVN 287140