Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-08-22 20:54:18 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-22 20:54:18 +0400
commit98e9ddbf5b2b9dcf8a6a2440126f928d4394a5f4 (patch)
tree505ad5cb362f1fea6f5c0cb5cbab1f8e8ddca259 /intern/audaspace/jack
parentfa8e44556d83c2fdfd6d1e10e8611465eaf2ad59 (diff)
Bugfixing.
Diffstat (limited to 'intern/audaspace/jack')
-rw-r--r--intern/audaspace/jack/AUD_JackDevice.cpp4
-rw-r--r--intern/audaspace/jack/AUD_JackDevice.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/intern/audaspace/jack/AUD_JackDevice.cpp b/intern/audaspace/jack/AUD_JackDevice.cpp
index 1f2c6faa511..445e68e1a9a 100644
--- a/intern/audaspace/jack/AUD_JackDevice.cpp
+++ b/intern/audaspace/jack/AUD_JackDevice.cpp
@@ -31,8 +31,6 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef WITH_JACK
-
// AUD_XXX this is not realtime suitable!
int AUD_JackDevice::jack_mix(jack_nframes_t length, void *data)
{
@@ -149,5 +147,3 @@ void AUD_JackDevice::playing(bool playing)
{
// Do nothing.
}
-
-#endif
diff --git a/intern/audaspace/jack/AUD_JackDevice.h b/intern/audaspace/jack/AUD_JackDevice.h
index e6d332e1160..f0c887a2f43 100644
--- a/intern/audaspace/jack/AUD_JackDevice.h
+++ b/intern/audaspace/jack/AUD_JackDevice.h
@@ -26,7 +26,6 @@
#ifndef AUD_JACKDEVICE
#define AUD_JACKDEVICE
-#ifdef WITH_JACK
#include "AUD_SoftwareDevice.h"
class AUD_Buffer;
@@ -90,6 +89,4 @@ public:
virtual ~AUD_JackDevice();
};
-#endif //WITH_JACK
-
#endif //AUD_JACKDEVICE