mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
include the system ladspa.h file
Original commit message from CVS: include the system ladspa.h file
This commit is contained in:
parent
4c339a47cc
commit
ebc26a7b64
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
#include <gst/control/control.h>
|
#include <gst/control/control.h>
|
||||||
|
|
||||||
#include "gstladspa.h"
|
#include "gstladspa.h"
|
||||||
#include "ladspa.h" /* main ladspa sdk include file */
|
#include <ladspa.h> /* main ladspa sdk include file */
|
||||||
#include "utils.h" /* ladspa sdk utility functions */
|
#include "utils.h" /* ladspa sdk utility functions */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
#include "ladspa.h"
|
#include <ladspa.h>
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue