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
Fix missing CELT use for net driver
tags/v1.9.20
Greg V
falkTX
<falktx@falktx.com>
6 years ago
parent
5c667d5282
commit
5f9e108e16
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
wscript
+ 2
- 1
wscript
View File
@@ -709,7 +709,8 @@ def build_drivers(bld):
create_driver_obj(
bld,
target = 'net',
source = net_src)
source = net_src,
use = ['CELT'])
create_driver_obj(
bld,
Write
Preview
Loading…
Cancel
Save