gstreamer/DEVEL
Thomas Vander Stichele 848e686664 development notes
Original commit message from CVS:
development notes
2002-04-12 09:30:30 +00:00

10 lines
331 B
Plaintext

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.