[MPlayer-users] VOB Seek Issue

John Brown johnbrown105 at hotmail.com
Fri Dec 14 02:07:34 CET 2007


Sara Glade wrote:
>
>
> Ah, looks like a path to fixing this! Thank you so much! :)
>
> Here is what happens for me, ... I think I got everything right.  I saved the .diff file to the /mingw/include directory, .... and here is result of patch command:
>
> $ patch -i file64_mingw.diff
> patching file `io.h'
> Hunk #1 succeeded at 288 (offset -40 lines).
> can't find file to patch at input line 18
> Perhaps you should have used the -p or --strip option?
> The text leading up to this was:
> --------------------------
> |diff -Nur mingw-runtime-3.13-20070825-1.orig/include/sys/stat.h mingw-runtime-3.13-20070825-1/include/sys/stat.h
> |--- mingw-runtime-3.13-20070825-1.orig/include/sys/stat.h      Sat Aug 25 14:24:38 2007
> |+++ mingw-runtime-3.13-20070825-1/include/sys/stat.h   Sun Sep  9 11:47:09 2007
> --------------------------
> File to patch: 
>
>
>
> It basically prompts me for "File to patch:" at this point.  It looks like it had a hiccup in there :(

To avoid warnings when you try again, please reverse the patch:

patch --reverse -i file64_mingw.diff

Then patch again:
patch -i file64_mingw.diff


When it asks for the file to patch, type
sys/stat.h

It should move on after that. If it asks for another
file name, just use the portion after include/.


_________________________________________________________________
The best games are on Xbox 360.  Click here for a special offer on an Xbox 360 Console.
http://www.xbox.com/en-US/hardware/wheretobuy/


More information about the MPlayer-users mailing list