development notes
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 12 Apr 2002 09:30:30 +0000 (09:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 12 Apr 2002 09:30:30 +0000 (09:30 +0000)
Original commit message from CVS:
development notes

DEVEL [new file with mode: 0644]

diff --git a/DEVEL b/DEVEL
new file mode 100644 (file)
index 0000000..7d7e584
--- /dev/null
+++ b/DEVEL
@@ -0,0 +1,9 @@
+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.