This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
remove HAVE_CELT 1 define and include config.h
tags/v1.9.5
Torben Hohn
16 years ago
parent
5d67ec263e
commit
724237589b
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
common/JackNetOneDriver.cpp
+1
-1
common/netjack.c
+1
-1
common/netjack_packet.c
+2
-0
example-clients/netsource.c
+ 0
- 2
common/JackNetOneDriver.cpp
View File
@@ -17,8 +17,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
//#define HAVE_CELT 1
#ifdef WIN32
#include <malloc.h>
#endif
+ 1
- 1
common/netjack.c
View File
@@ -49,7 +49,7 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $
#include "netjack.h"
//
#include "config.h"
#include "config.h"
#if HAVE_SAMPLERATE
#include <samplerate.h>
+ 1
- 1
common/netjack_packet.c
View File
@@ -26,7 +26,7 @@
*
*/
//
#include "config.h"
#include "config.h"
#ifdef __APPLE__
#define _DARWIN_C_SOURCE
+ 2
- 0
example-clients/netsource.c
View File
@@ -34,6 +34,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <string.h>
#include <signal.h>
#include "config.h"
#ifdef WIN32
#include <winsock2.h>
#define socklen_t int
Write
Preview
Loading…
Cancel
Save