Add patched Jcodec library built from master a5d138efec2e940897e7e3d91a63a1f58abedd95 with changes from https://github.com/jcodec/jcodec/pull/90

This commit is contained in:
Cameron Gutman 2015-10-10 15:03:47 -07:00
parent 1a6f639b81
commit 6c12da96c9
2 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,6 @@ android {
} }
dependencies { dependencies {
compile group: 'org.jcodec', name: 'jcodec', version: '0.1.9'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.52' compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.52'
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.52' compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.52'
@ -73,4 +71,5 @@ dependencies {
compile files('libs/jmdns-3.4.2.jar') compile files('libs/jmdns-3.4.2.jar')
compile files('libs/limelight-common.jar') compile files('libs/limelight-common.jar')
compile files('libs/tinyrtsp.jar') compile files('libs/tinyrtsp.jar')
compile files('libs/jcodec-0.1.9-patched.jar')
} }

Binary file not shown.