Browse Source

remove the stupid CELT defines

tags/v1.9.4
Torben Hohn 15 years ago
parent
commit
6a5b752a87
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      example-clients/wscript

+ 0
- 5
example-clients/wscript View File

@@ -118,11 +118,6 @@ def build(bld):
prog.includes = os_incdir + ['../common/jack', '../common']
prog.source = ['netsource.c', '../common/netjack_packet.c']
prog.env.append_value("CCFLAGS", "-DNO_JACK_ERROR")
if bld.env['HAVE_CELT']:
if bld.env['HAVE_CELT_API_0_5']:
prog.defines = ['HAVE_CELT', 'HAVE_CELT_API_0_5']
elif bld.env['HAVE_CELT_API_0_7']:
prog.defines = ['HAVE_CELT', 'HAVE_CELT_API_0_7']
prog.uselib = 'CELT SAMPLERATE'

prog.uselib_local = 'clientlib'


Loading…
Cancel
Save