mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
development notes
Original commit message from CVS: development notes
This commit is contained in:
parent
ed4ec2d293
commit
848e686664
1 changed files with 9 additions and 0 deletions
9
DEVEL
Normal file
9
DEVEL
Normal 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.
|
Loading…
Reference in a new issue