Advertisement
Guest User

Untitled

a guest
Nov 28th, 2011
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Get source:
  2. git clone git://source.ffmpeg.org/ffmpeg
  3.  
  4. In ffmpeg source directory:
  5. git pull
  6. git branch burek
  7. git checkout burek
  8. <make your changes>
  9. git commit -a #give short description of what you did
  10. git checkout master
  11. git format-patch master..burek #this will make a patch you can email to ffmpeg-devel
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement