[mythtv] [mythtv-commits] Ticket #1356: DTVRecorder::FindKeyframes in 0.19 causes video gltiches in firewire recordings

Michael T. Dean mtdean at thirdcontact.com
Tue Feb 28 18:42:14 UTC 2006


On 02/28/2006 01:29 PM, Steven Adeff wrote:
> oh yea, whats the proper command for using patch with these types of
> diff? I normally get
>
> # patch < firewire.diff
> can't find file to patch at input line 5
> Perhaps you should have used the -p or --strip option?
> The text leading up to this was:
> --------------------------
> |Index: libs/libmythtv/firewirerecorder.cpp
> |===================================================================
> |--- libs/libmythtv/firewirerecorder.cpp        (revision 9175)
> |+++ libs/libmythtv/firewirerecorder.cpp        (working copy)
> --------------------------
>
>
> which I can get around and patch properly, but what is the majic
> command I'm missing?
>   

Inside the mythtv source directory, type:

patch -Np0 < firewire.diff

or

cat firewire.diff | patch -Np0

or

patch -Np0 -i firewire.diff

Mike


More information about the mythtv-dev mailing list