From da49438f863df2b523d67f382397d113a295d805 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Fri, 16 Jun 2017 13:00:04 +0200 Subject: [PATCH] Added linux pulseaudio patch --- praat_module/adaptPraat.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/praat_module/adaptPraat.patch b/praat_module/adaptPraat.patch index f21aa15..9e6d015 100644 --- a/praat_module/adaptPraat.patch +++ b/praat_module/adaptPraat.patch @@ -452,6 +452,18 @@ diff -Naurp -x '*.[oah]' -x '.git*' -x praat praat_sources/makefiles/makefile.de CXXFLAGS = $(CFLAGS) -Wshadow +diff -Naurp -x '*.[oah]' -x '.git*' -x praat praat_sources/makefiles/makefile.defs.linux.pulse demo_praat_sources/makefiles/makefile.defs.linux.pulse +--- praat_sources/makefiles/makefile.defs.linux.pulse 2011-09-12 10:17:12.000000000 +0200 ++++ demo_praat_sources/makefiles/makefile.defs.linux.pulse 2011-09-12 13:28:59.000000000 +0200 +@@ -7,7 +7,7 @@ CC = gcc -std=gnu99 + + CXX = g++ -std=c++11 + +-CFLAGS = -DUNIX -Dlinux -DALSA -DHAVE_PULSEAUDIO -D_FILE_OFFSET_BITS=64 `pkg-config --cflags gtk+-2.0` -Werror=missing-prototypes -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 -g1 -pthread ++CFLAGS = -DUNIX -Dlinux -DALSA -DHAVE_PULSEAUDIO -D_FILE_OFFSET_BITS=64 `pkg-config --cflags gtk+-2.0` -Werror=missing-prototypes -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -DDEMOAPP -O3 -g1 -pthread + + CXXFLAGS = $(CFLAGS) -Wshadow + diff -Naurp -x '*.[oah]' -x '.git*' -x praat praat_sources/makefiles/makefile.defs.darmin32 demo_praat_sources/makefiles/makefile.defs.darmin32 --- praat_sources/makefiles/makefile.defs.darmin32 2011-09-19 12:26:39.000000000 +0200 +++ demo_praat_sources/makefiles/makefile.defs.darmin32 2011-09-19 15:33:55.000000000 +0200 -- 2.11.4.GIT