bytedeco / sample-projects

Sample project files for JavaCPP, JavaCPP Presets, and JavaCV
219 stars 174 forks source link

StreamingChunker the tool for input stream segmentation. #16

Closed d-a-gerashenko closed 7 years ago

saudet commented 7 years ago

Thanks! Looks good, but one thing, I don't think we need this bit in the pom.xml file:

            <type>zip</type>
            <classifier>bin</classifier>

What happens when you remove those 2 lines?

d-a-gerashenko commented 7 years ago

I don't remember why I decided to use "zip, bin". Project works the same with "jar". netbeans add dependency

I also made some changes to the source code.

saudet commented 7 years ago

Ok, great! Thanks for the contribution