I'm trying to patch the latest xine-lib sources supplied on http://home.vrweb.de/rnissl/
I see the patching mechanism has been changed in this version - and I now get this error:
[root@freddy development]# patch -d. -p0 --dry-run < ~/vdr-1.7.4/PLUGINS/src/xine/patches/xine-lib.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option?
to patch xine-lb, create a symlink from xine-lib pointing to 'b': ln -s xine-lib b then run patch again.
Cheers Mike
Thanks - so the INSTALL has not been updated, or the wrong patch file went out then
Cheers Simon