Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
72423758
Commit
72423758
authored
Nov 19, 2009
by
Torben Hohn
Browse files
remove HAVE_CELT 1 define and include config.h
parent
5d67ec26
Changes
4
Hide whitespace changes
Inline
Side-by-side
common/JackNetOneDriver.cpp
View file @
72423758
...
...
@@ -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
...
...
common/netjack.c
View file @
72423758
...
...
@@ -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>
...
...
common/netjack_packet.c
View file @
72423758
...
...
@@ -26,7 +26,7 @@
*
*/
//
#include "config.h"
#include
"config.h"
#ifdef __APPLE__
#define _DARWIN_C_SOURCE
...
...
example-clients/netsource.c
View file @
72423758
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment