development notes

Original commit message from CVS:
development notes
This commit is contained in:
Thomas Vander Stichele 2002-04-12 09:30:30 +00:00
parent ed4ec2d293
commit 848e686664

9
DEVEL Normal file
View file

@ -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.