[MPlayer-dev-eng] [PATCH] Bluray support through libbluray

Ergzay ergzay at gmail.com
Mon Jul 5 19:34:09 CEST 2010


On Jul 5, 2010, at 10:37 AM, Rafał Miłecki wrote:

> 2010/7/5 Ergzay <ergzay at gmail.com>:
>> Except I discovered I can't figure out how to make git put out a patch that is usable. So if anyone could give some pointers that would be helpful. I've tried git show > file.diff (produces information about other things than what I've changed) and I've tried 'git format-patch --stdout > file.patch' (produces nothing). So I'm at a loss.
> 
> Simply use:
> git format-patch -1
> to generate patch for your last commit.
> 
> If your work is split into bigger amount of commits to local tree
> (like for ex. 3) just use:
> git format-patch -1
> 
> To generate patches into some directory you can use:
> git format-patch -1 -o blu-ray-patches

Figured it out. I just did git diff HEAD. Patch attached. This is a version of the v4 patch that Ben put up yesterday that applies to uau's git. (Apply it from within the mplayer directory after doing an init in mplayer-build.)

Matthew Lindner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-build-bluray-support-4.diff
Type: application/octet-stream
Size: 15085 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100705/f425889d/attachment.obj>


More information about the MPlayer-dev-eng mailing list