Displaying 1 result from an estimated 1 matches for "dxlqt_dx".
2002 Jul 19
1
Using 'patch' (was Re: Boring but useful VP3/QT patches)
...es to
derive the filenames, but I am still confused. Any help would be
appreciated.
--- end of quote ---
Sorry, I forgot how counter-intuitive 'patch' can be. My patches are automatically generated by CVS, which means they contain location lines of the form:
--- Codecs/quicktime/Generic/dxlqt_dx.cpp 9 Jul 2002 09:30:34 -0000
+++ Codecs/quicktime/Generic/dxlqt_dx.cpp 10 Jul 2002 18:44:42 -0000
To apply these patches:
1) cd to the vp32 directory
2) type 'patch -p0 < filename.diff'.
The '-p0' argument tells 'patch' that lines beginni...