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
remove several #include <jack/error.h> references
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@434 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq
22 years ago
parent
7e064c4474
commit
ba9bdcdf05
5 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.in
+0
-1
drivers/alsa/hammerfall.c
+0
-1
drivers/alsa/hdsp.c
+0
-1
drivers/alsa/ice1712.c
+0
-1
jack/jack.h
+ 1
- 1
configure.in
View File
@@ -14,7 +14,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=74
JACK_MICRO_VERSION=
0
JACK_MICRO_VERSION=
1
dnl ---
dnl HOWTO: updating the jack protocal version
+ 0
- 1
drivers/alsa/hammerfall.c
View File
@@ -21,7 +21,6 @@
#include <jack/hardware.h>
#include <jack/alsa_driver.h>
#include <jack/hammerfall.h>
#include <jack/error.h>
#include <jack/internal.h>
static void
+ 0
- 1
drivers/alsa/hdsp.c
View File
@@ -22,7 +22,6 @@
#include <jack/hardware.h>
#include <jack/alsa_driver.h>
#include <jack/hdsp.h>
#include <jack/error.h>
#include <jack/internal.h>
/* Constants to make working with the hdsp matrix mixer easier */
+ 0
- 1
drivers/alsa/ice1712.c
View File
@@ -24,7 +24,6 @@
#include <jack/hardware.h>
#include <jack/alsa_driver.h>
#include <jack/ice1712.h>
#include <jack/error.h>
#include <jack/internal.h>
static int
+ 0
- 1
jack/jack.h
View File
@@ -28,7 +28,6 @@ extern "C" {
#include <pthread.h>
#include <jack/types.h>
#include <jack/error.h>
#include <jack/transport.h>
/**
Write
Preview
Loading…
Cancel
Save