Package: espeakedit / 1.48.03-5

libsonic Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,13 +6,13 @@ SRCS= compiledata.cpp compiledict.cpp de
     prosodydisplay.cpp readclause.cpp setlengths.cpp speak_lib.cpp spect.cpp \
     spectdisplay.cpp spectseq.cpp synthdata.cpp synthesize.cpp synth_mbrola.cpp \
     translate.cpp transldlg.cpp tr_languages.cpp voicedlg.cpp voices.cpp vowelchart.cpp \
-    wave.cpp wavegen.cpp sonic.cpp
+    wave.cpp wavegen.cpp
 
 OBJS=$(patsubst %.cpp,%.o,$(SRCS))
 
 WX_LIBS = -pthread   `wx-config --libs`
 
-LIBS=-lstdc++ -lportaudio
+LIBS=-lstdc++ -lportaudio -lsonic
 #LIBS=-lstdc++ /usr/lib/x86_64-linux-gnu/libportaudio.so.2
 
 CPPFLAGS =  -Wall -g -fexceptions `wx-config --cflags`