run libtoolize in autogen.sh.
[platform/upstream/gstreamer.git] / DEVEL
1 Development Notes and Random Wisdom
2
3 * in libs like dparams, include the respective dparam headers with
4   #include "dparams.h"
5   instead of
6   #include <gst/libs/control/dparams.h>
7   because the latter will, if the include flags are set that way, first look
8   for the installed headers instead of the newest one, which is in your source
9   dir.
10
11 * When doing releases, please follow the guidelines in docs