Michael Krufky wrote:
Michael Krufky wrote:
In the meantime, you guys can do the following to pull a clean
up-to-date tree containing this fix:
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
hg pull -u http://linuxtv.org/hg/~mkrufky/pending
make
make install
I just realized that might not work..... Instead:
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
hg pull http://linuxtv.org/hg/~mkrufky/pending
hg merge -m
make
make install
I'm sorry for all the noise.... I made another mistake in my
instructions above.... There is no "hg merge" command. What I meant was
"hg update -m" .... So, one more time:
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
hg pull http://linuxtv.org/hg/~mkrufky/pending
hg update -m
make
make install
I hope this helps!
Michael Krufky
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb