Skip to content

Commit

Permalink
Merge pull request #3 from keijiro/dev-chunk
Browse files Browse the repository at this point in the history
Chunk support
  • Loading branch information
keijiro committed Feb 4, 2019
2 parents 6bd2834 + fe87b3e commit b9f3f64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Assets/Klak/Hap/Plugin/Linux/libKlakHap.so
Binary file not shown.
Binary file modified Assets/Klak/Hap/Plugin/MacOS/KlakHap.bundle/Contents/MacOS/KlakHap
Binary file not shown.
Binary file modified Assets/Klak/Hap/Plugin/Windows/KlakHap.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Plugin/Source/Decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ namespace KlakHap
unsigned int count, void* info
)
{
fputs("Threading callback is not implemented.", stderr);
exit(-1);
// FIXME: This should be threaded.
for (auto i = 0; i < count; i++) work(p, i);
}

#pragma endregion
Expand Down

0 comments on commit b9f3f64

Please sign in to comment.