pvr.tvh
Added by Ron L over 10 years ago
Is there any way to build a pvr.tvh to work with xbmc 12.3? I can only get it to run with xbmc 13 so far.
Replies (5)
RE: pvr.tvh - Added by Adam Sutton over 10 years ago
Try:
CFLAGS=OPENELEC_32 ./configure; make -c addons/pvr.tvh
Adam
RE: pvr.tvh - Added by Ron L over 10 years ago
Nope, 12.3 still doesn't like it. Works with 13 from unstable ppa, I think it's called alpha 11, but that version has a nasty crash on exit. Anyone try nightlies? Are they more stable?
RE: pvr.tvh - Added by Adam Sutton over 10 years ago
Ah, forgot to say, you must use the release/openelec-3.2 branch as well.
Adam
RE: pvr.tvh - Added by Ron L over 10 years ago
I tried that branch at first, but I can't get it to compile.
No worries. I'll flip to 13 if I want to test the new pvr addon.
RE: pvr.tvh - Added by Ron L over 10 years ago
13 beta fixed the crash on exit. Everything looks good. No need to build for 12.3.
Thanks so much.