diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 11:53:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 11:53:51 +0000 |
commit | 792fc0a7a85b1049322b3b70403921ab86e57218 (patch) | |
tree | 6e4b437f8ea70334b8559a0a1581146dfa5fa5dc /HACKING | |
parent | 636bd75cd732345ba16a46f7fda829562b90c50e (diff) |
fix underquotedness, add freetype2.m4
Original commit message from CVS:
fix underquotedness, add freetype2.m4
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -29,9 +29,23 @@ On head, the following things have been commited on top of this: Both the actually patched CVS ffmpeg code as well as the .pc dir need to be commited to CVS so the state of quilt wrt. the source is in sync. +THE WARNING +----------- + +*** + +NEVER EVER commit stuff in gst-libs/ext/ffmpeg UNLESS your quilt stack is +completely applied ! +This means, ALWAYS make sure quilt push -a has been run without problems. + +What's more, if you want to be on the safe side, make sure that you can +unapply and reapply without problems, by running quilt pop -a then +quilt push -a. + +*** + THE WAY ------- - - If you want to hack on our copy of the FFmpeg code, there are some basic rules you need to respect: - you need to use quilt. If you don't use quilt, you can't hack on it. |