File tree Expand file tree Collapse file tree 4 files changed +5
-23
lines changed
maven/com.nextbreakpoint.ffmpeg4java Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 1- # FFmpeg4Java
1+ # FFmpeg4Java 3.1.1-1.0
22
3- FFmpeg4Java provides a JNI wrapper of FFmpeg library.
3+ FFmpeg4Java provides a JNI wrapper of FFmpeg library version 3.1.1 .
44
55
66## License
Original file line number Diff line number Diff line change 1- /*
2- * SWIG interface file for ffmpeg4java
3- *
4- * Copyright 2014 Andrea Medeghini
5- * http://www.nextbreakpoint.com
6- *
7- * This program is free software: you can redistribute it and/or modify
8- * it under the terms of the GNU Lesser General Public License as published by
9- * the Free Software Foundation, either version 3 of the License, or
10- * (at your option) any later version.
11- *
12- * This program is distributed in the hope that it will be useful,
13- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15- * GNU Lesser General Public License for more details.
16- */
17-
181%module FFmpeg4Java
192%include " enumtypesafe.swg"
203%include " typemaps.i"
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.nextbreakpoint</groupId >
55 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
6- <version >1.0 .0</version >
6+ <version >3.1.1-1 .0</version >
77 <packaging >jar</packaging >
88 <name >FFmpeg4Java</name >
99 <description >FFmpeg4Java provides a JNI wrapper of FFmpeg library</description >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.nextbreakpoint</groupId >
55 <artifactId >com.nextbreakpoint.ffmpeg4java.tests</artifactId >
6- <version >1.0 .0</version >
6+ <version >3.1.1-1 .0</version >
77 <packaging >jar</packaging >
88 <name >Tests of FFmpeg4Java</name >
99 <description >FFmpeg4Java provides a JNI wrapper of FFmpeg library</description >
6666 <artifactItem >
6767 <groupId >com.nextbreakpoint</groupId >
6868 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
69- <version >1.0.0</version >
7069 <classifier >${build.type} </classifier >
7170 <type >jar</type >
7271 <overWrite >true</overWrite >
8382 <dependency >
8483 <groupId >com.nextbreakpoint</groupId >
8584 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
86- <version >1.0 .0</version >
85+ <version >3.1.1-1 .0</version >
8786 </dependency >
8887 <dependency >
8988 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments