Skip to content

Commit

Permalink
Add workround from this issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed May 21, 2016
1 parent 9e9fc9d commit 5070c49
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cv_bridge_native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,16 @@ dependencies {

//from https://github.com/bytedeco/javacv/issues/126
//from http://central.maven.org/maven2/org/bytedeco/javacpp-presets/opencv/
//compile 'org.bytedeco.javacpp-presets:opencv:3.0.0-1.1-android-arm'
//compile 'org.bytedeco.javacpp-presets:opencv:3.0.0-1.1'


compile group: 'org.bytedeco.javacpp-presets', name: 'opencv', version: '3.1.0' + '-1.2'
compile group: 'org.bytedeco.javacpp-presets', name: 'opencv', version: '3.1.0' + '-1.2', classifier: 'android-arm'


compile project(':image')
}

//from https://github.com/bytedeco/javacv/issues/395
configurations {
all*.exclude group: 'org.bytedeco', module: 'javacpp-presets'
}

// Change the layout of Android projects to be compatible with Eclipse.
//noinspection GroovyAssignabilityCheck
Expand Down

0 comments on commit 5070c49

Please sign in to comment.