summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 11:53:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 11:53:51 +0000
commit792fc0a7a85b1049322b3b70403921ab86e57218 (patch)
tree6e4b437f8ea70334b8559a0a1581146dfa5fa5dc /HACKING
parent636bd75cd732345ba16a46f7fda829562b90c50e (diff)
fix underquotedness, add freetype2.m4
Original commit message from CVS: fix underquotedness, add freetype2.m4
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING16
1 files changed, 15 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index d8e1f5a..93f4dea 100644
--- a/HACKING
+++ b/HACKING
@@ -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.