Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12-SP1:GA
jack
jack-celt-build-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jack-celt-build-fix.diff of Package jack
--- common/JackNetOneDriver.cpp | 6 +++--- common/netjack_packet.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) Index: common/netjack_packet.c =================================================================== --- common/netjack_packet.c.orig 2012-12-10 11:26:56.000000000 +0200 +++ common/netjack_packet.c 2013-02-06 16:05:57.515045351 +0200 @@ -1291,9 +1291,9 @@ render_payload_to_jack_ports_celt (void celt_decode_float( decoder, packet_bufX, net_period_down, buf, nframes ); #else if( !packet_payload ) - celt_decode_float( decoder, NULL, net_period_down, buf ); + celt_decode_float( decoder, NULL, net_period_down, buf, 1 ); else - celt_decode_float( decoder, packet_bufX, net_period_down, buf ); + celt_decode_float( decoder, packet_bufX, net_period_down, buf, 1 ); #endif src_node = jack_slist_next (src_node); Index: common/JackNetOneDriver.cpp =================================================================== --- common/JackNetOneDriver.cpp.orig 2012-12-10 11:26:56.000000000 +0200 +++ common/JackNetOneDriver.cpp 2013-02-06 16:05:57.516045371 +0200 @@ -705,9 +705,9 @@ JackNetOneDriver::render_payload_to_jack celt_decode_float(decoder, packet_bufX, net_period_down, buf, nframes); #else if (!packet_payload) - celt_decode_float(decoder, NULL, net_period_down, buf); + celt_decode_float(decoder, NULL, net_period_down, buf, 1); else - celt_decode_float(decoder, packet_bufX, net_period_down, buf); + celt_decode_float(decoder, packet_bufX, net_period_down, buf, 1); #endif src_node = jack_slist_next (src_node);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor