This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
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
6863ea10cb
commit
895604f5e7
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.in
+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=1
3
JACK_MICRO_VERSION=1
4
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>
Write
Preview
Loading…
Cancel
Save