Browse Source

Fix alsa_driver compilation again alsa-lib 1.0.0pre1.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@565 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv 22 years ago
parent
commit
895604f5e7
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      configure.in
  2. +2
    -0
      drivers/alsa/alsa_driver.h

+ 1
- 1
configure.in View File

@@ -15,7 +15,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=89
JACK_MICRO_VERSION=13
JACK_MICRO_VERSION=14

dnl ---
dnl HOWTO: updating the jack protocal version


+ 2
- 0
drivers/alsa/alsa_driver.h View File

@@ -21,6 +21,8 @@
#ifndef __jack_alsa_driver_h__
#define __jack_alsa_driver_h__

#define ALSA_PCM_OLD_HW_PARAMS_API
#define ALSA_PCM_OLD_SW_PARAMS_API
#include <alsa/asoundlib.h>

#include <jack/types.h>


Loading…
Cancel
Save