[XviD-devel] patch: new(er) colorspace stuff

Edouard Gomez xvid-devel@xvid.org
Sun, 3 Nov 2002 19:13:06 +0100


Marc FD (marcfd@free.fr) wrote:
> how do you apply a *.diff patch ???

Must use the GNU patch program :
# cd the/right/place/
# gzip -dc patch.diff.gz | patch -pX (--dry-run)
 or
# patch -pX (--dry-run) < patch.diff

Where X must be replaced by a number which represents the number of path
level to suppress in the patch file info (eg : in diff file,
/usr/src/linux/Makefile, when being in /usr/src/linux, then you must
ignore 3 levels to obtain directly the Makefile name, being in /usr/src,
it would be 2 and so on)

-- 
Edouard Gomez