Browse Source

fix jack_netsource build

ceilf() is used in netsource.c
Fix for trac ticket #291
tags/1.9.9.5
Nedko Arnaudov 12 years ago
parent
commit
b4349a570f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/wscript

+ 1
- 1
example-clients/wscript View File

@@ -128,7 +128,7 @@ def build(bld):
prog.includes = os_incdir + ['.', '..', '../common/jack', '../common']
prog.source = ['netsource.c', '../common/netjack_packet.c']
prog.env.append_value("CFLAGS", "-DNO_JACK_ERROR")
prog.use = ['CELT', 'SAMPLERATE', 'OPUS', 'clientlib']
prog.use = ['CELT', 'SAMPLERATE', 'OPUS', 'M', 'clientlib']
prog.target = 'jack_netsource'
prog.defines = ['HAVE_CONFIG_H']



Loading…
Cancel
Save