summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-04 15:57:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-04 15:57:42 +0000
commitd3a59be45cec2a90c3f9af8887e6f7bb6b5a059b (patch)
treed69d4acf0a0e4519fe4a9e68fc771429a8584b92 /ext/ladspa
parent3115f532f420fe3e60432a8145118055233b3caa (diff)
downloadgst-plugins-bad-d3a59be45cec2a90c3f9af8887e6f7bb6b5a059b.tar.gz
gst-plugins-bad-d3a59be45cec2a90c3f9af8887e6f7bb6b5a059b.tar.bz2
gst-plugins-bad-d3a59be45cec2a90c3f9af8887e6f7bb6b5a059b.zip
include the system ladspa.h file
Original commit message from CVS: include the system ladspa.h file
Diffstat (limited to 'ext/ladspa')
-rw-r--r--ext/ladspa/gstladspa.c2
-rw-r--r--ext/ladspa/utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 0e3d75d4..4fabcc02 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -23,7 +23,7 @@
#include <gst/control/control.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 */
diff --git a/ext/ladspa/utils.h b/ext/ladspa/utils.h
index 1be64d09..d470eb0d 100644
--- a/ext/ladspa/utils.h
+++ b/ext/ladspa/utils.h
@@ -8,7 +8,7 @@
/*****************************************************************************/
-#include "ladspa.h"
+#include <ladspa.h>
/*****************************************************************************/