summaryrefslogtreecommitdiff
path: root/include/local.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-09-17 12:33:05 +0000
committerJaroslav Kysela <perex@perex.cz>2002-09-17 12:33:05 +0000
commitb9343e0834cf09ed2b5049d0d17bfc0609bd4a75 (patch)
tree35553b4ac5c9851902b541e4adbae9e399614eda /include/local.h
parentcabf841f4e98e62ec2cdc069f6cfbe4f896a3d92 (diff)
downloadalsa-lib-b9343e0834cf09ed2b5049d0d17bfc0609bd4a75.tar.gz
- unified snd_pcm_hw_params_* functions
- added backward compatibility for older non-compatible functions - added --with-compat-rc3 to configure script to build library backwards compatible with 0.9.0rc3 - added symbol versioning like libc.so.6 - ALSA_0.9 - alsa base - ALSA_0.9.0rc4 - first set of new functions (snd_pcm_hw_params_*)
Diffstat (limited to 'include/local.h')
-rw-r--r--include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/local.h b/include/local.h
index 3f35a8fb..59dde5fa 100644
--- a/include/local.h
+++ b/include/local.h
@@ -83,9 +83,12 @@ typedef struct sndrv_seq_event snd_seq_event_t;
#define _snd_timer_params sndrv_timer_params
#define _snd_timer_status sndrv_timer_status
+#define ALSA_LIBRARY_BUILD
+
#include <sound/asound.h>
#include <sound/asoundef.h>
#include <sound/asequencer.h>
+#include "alsa-symbols.h"
#include "version.h"
#include "global.h"
#include "input.h"