summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-22 22:41:50 +0100
committerhaawda2018-11-22 22:41:50 +0100
commitdc12e74841f8280c5f7c61f1fec9b8320b40f3e6 (patch)
tree046b7bd5d2dd7160dd151b394955903e775907dd
parent8fe707ef02bb135b592731e5720f9b1aca4558bc (diff)
downloadaur-dc12e74841f8280c5f7c61f1fec9b8320b40f3e6.tar.gz
correct false upload
-rw-r--r--PKGBUILD-namcap.log0
-rw-r--r--no_portaudio.patch2
2 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD-namcap.log b/PKGBUILD-namcap.log
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/PKGBUILD-namcap.log
diff --git a/no_portaudio.patch b/no_portaudio.patch
index 1ce466d276cb..89439c98b10a 100644
--- a/no_portaudio.patch
+++ b/no_portaudio.patch
@@ -5,7 +5,7 @@ diff -Naur denemo-2.2.0.orig/src/audio/midi.c denemo-2.2.0.new/src/audio/midi.c
#define SHAVING (0.01) //seconds to shave off a note start time to ensure stopping before noteon is sent, and starting with noteon first note may depend of speed of machine??? FIXME
-+#ifndef HAVE_PORTAUDIO
++#ifndef _HAVE_PORTAUDIO_
+gdouble get_playback_speed (void)
+{
+ return 1.0;