summaryrefslogtreecommitdiff
path: root/DEVEL
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-12 18:50:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-12 18:50:48 +0000
commit98611ba214c71ce881dd2453ecda2265dc052632 (patch)
treec1d4efb35616da779d243b6c3cf201707e4c4f58 /DEVEL
parent4013bb45d6e5e0e6e21390f729c8d7f204d1acd3 (diff)
more registry fixesBRANCH-RELEASE-0_3_3-ROOT
Original commit message from CVS: more registry fixes
Diffstat (limited to 'DEVEL')
-rw-r--r--DEVEL14
1 files changed, 8 insertions, 6 deletions
diff --git a/DEVEL b/DEVEL
index 7d7e584ee6..065f905a3c 100644
--- a/DEVEL
+++ b/DEVEL
@@ -1,9 +1,11 @@
Development Notes and Random Wisdom
* in libs like dparams, include the respective dparam headers with
-#include "dparams.h"
-instead of
-#include <gst/libs/control/dparams.h>
-because the latter will, if the include flags are set that way, first look
-for the installed headers instead of the newest one, which is in your source
-dir.
+ #include "dparams.h"
+ instead of
+ #include <gst/libs/control/dparams.h>
+ because the latter will, if the include flags are set that way, first look
+ for the installed headers instead of the newest one, which is in your source
+ dir.
+
+* When doing releases, please follow the guidelines in docs