jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

javacv-0.6-cppjars.zip not available through Maven repo #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using Maven so I picked up JavaCV 0.6 from the JavaCV Maven repo (and the 
cppjars from the Downloads section), however I had trouble with the Mac OS X 
jars from javacv-0.6-cppjars.zip - the JavaCPP pulled in from the maven repo 
JavaCV expects the libraries to be named with a "libjni" prefix - 
"libjniopencv_objdetect" for example. The .dylib files in the Mac OS X jars in 
javacv-0.6-cppjars.zip use "libopencv_objdetect.dylib". It looks like the files 
in the Download section are 1 day older than the files in the Maven repo.

I was able to work around the issue by picking up the OpenCV jars from the 
maven repo, however the repo doesn't have ffmpeg jars.

Apologies if I'm doing something the wrong! If I'm not doing something wrong, 
would it be possible to generate ffmpeg jars for the JavaCV 0.6 in Maven?

Original issue reported on code.google.com by m...@peter.works on 21 Nov 2013 at 10:41

GoogleCodeExporter commented 9 years ago
We need *both* the `libopencv*` and `libjniopencv*` set of files. They are not 
the same. At the moment, the `libopencv*` files aka "CPPJARs" set isn't 
available through Maven, but that's planned for JavaCPP Presets:
    http://code.google.com/p/javacpp/wiki/Presets
And the same applies to FFmpeg.

Original comment by samuel.a...@gmail.com on 24 Nov 2013 at 12:49

GoogleCodeExporter commented 9 years ago

Original comment by samuel.a...@gmail.com on 4 Jan 2014 at 2:18