changeset 19535:1f551d169db2

Include config.h in audio project source files * libinterp/dldfcn/__player_audioplayer__.cc, libinterp/dldfcn/__recorder_audiorecorder__.cc, libinterp/dldfcn/audiodevinfo.cc, libinterp/dldfcn/audioinfo.cc, libinterp/dldfcn/audioread.cc, libinterp/dldfcn/audiowrite.cc, libinterp/dldfcn/player_class.cc, libinterp/dldfcn/recorder_class.cc: Include config.h before all other header files.
author Mike Miller <mtmiller@ieee.org>
date Tue, 01 Oct 2013 23:42:43 -0400
parents 8bb399569393
children 97c9ba013ed1
files libinterp/dldfcn/__player_audioplayer__.cc libinterp/dldfcn/__recorder_audiorecorder__.cc libinterp/dldfcn/audiodevinfo.cc libinterp/dldfcn/audioinfo.cc libinterp/dldfcn/audioread.cc libinterp/dldfcn/audiowrite.cc libinterp/dldfcn/player_class.cc libinterp/dldfcn/recorder_class.cc
diffstat 8 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__player_audioplayer__.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/__player_audioplayer__.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov-struct.h"
 
--- a/libinterp/dldfcn/__recorder_audiorecorder__.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/__recorder_audiorecorder__.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov-struct.h"
 
--- a/libinterp/dldfcn/audiodevinfo.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/audiodevinfo.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov-struct.h"
 #include <portaudio.h>
--- a/libinterp/dldfcn/audioinfo.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/audioinfo.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov-struct.h"
 #ifdef HAVE_SNDFILE
--- a/libinterp/dldfcn/audioread.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/audioread.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov-struct.h"
 #ifdef HAVE_SNDFILE
--- a/libinterp/dldfcn/audiowrite.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/audiowrite.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov-struct.h"
 #ifdef HAVE_SNDFILE
--- a/libinterp/dldfcn/player_class.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/player_class.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov.h"
 #include "parse.h"
--- a/libinterp/dldfcn/recorder_class.cc	Tue Oct 01 23:36:37 2013 -0400
+++ b/libinterp/dldfcn/recorder_class.cc	Tue Oct 01 23:42:43 2013 -0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "oct.h"
 #include "ov.h"
 #include "parse.h"