Quote:
Originally Posted by KSV
Code:
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
patch -p0 -i "path_to_patch_file"
|
If you are going to use "git", you might as well use "git apply". Stock Cygwin doesnt even come with "patch".
Code:
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
git apply -p0 "path_to_patch_file"