Browse Source

remove HAVE_CELT 1 define and include config.h

tags/v1.9.5
Torben Hohn 16 years ago
parent
commit
724237589b
4 changed files with 4 additions and 4 deletions
  1. +0
    -2
      common/JackNetOneDriver.cpp
  2. +1
    -1
      common/netjack.c
  3. +1
    -1
      common/netjack_packet.c
  4. +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


Loading…
Cancel
Save