Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/fix-install-target has been updated
        to  01033a8079388fd7f65054ca7d4ad64e596a1f5c (commit)
      from  3720d13485e619326a69c68d8cafa7ba5874058e (commit)

https://github.com/fawkesrobotics/fawkes/tree/thofmann/fix-install-target

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit 01033a8079388fd7f65054ca7d4ad64e596a1f5c
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Sat May 11 11:11:44 2019 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Sat May 11 11:13:15 2019 +0200

    flite: fix ALSA include
    
    We now need to prefix alsa includes with 'alsa/' because pkg-config does
    not give us /usr/include/alsa as include directory anymore.

https://github.com/fawkesrobotics/fawkes/commit/01033a807

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 src/plugins/flite/synth_thread.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- *Diffs* -------------------------------------------------------------

- *commit* 01033a8079388fd7f65054ca7d4ad64e596a1f5c - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Sat May 11 11:11:44 2019 +0200
Subject: flite: fix ALSA include

 src/plugins/flite/synth_thread.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_Diff for modified files_:
diff --git a/src/plugins/flite/synth_thread.cpp 
b/src/plugins/flite/synth_thread.cpp
index 59ca387bd..70bc9b00b 100644
--- a/src/plugins/flite/synth_thread.cpp
+++ b/src/plugins/flite/synth_thread.cpp
@@ -22,10 +22,10 @@
 
 #include "synth_thread.h"
 
+#include <alsa/asoundlib.h>
 #include <interfaces/SpeechSynthInterface.h>
 #include <utils/time/wait.h>
 
-#include <asoundlib.h>
 #include <cmath>
 
 using namespace fawkes;



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to