File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ If you are using Maven, add one of the following dependencies in your POM:
5151
5252 <dependency>
5353 <groupId>com.nextbreakpoint</groupId>
54- <artifactId>com.nextbreakpoint.ffmepg4java .macos</artifactId>
54+ <artifactId>com.nextbreakpoint.ffmpeg4java .macos</artifactId>
5555 <version>7.0.1-1.0</version>
5656 </dependency>
5757
5858 <dependency>
5959 <groupId>com.nextbreakpoint</groupId>
60- <artifactId>com.nextbreakpoint.ffmepg4java .linux</artifactId>
60+ <artifactId>com.nextbreakpoint.ffmpeg4java .linux</artifactId>
6161 <version>7.0.1-1.0</version>
6262 </dependency>
6363
6464 <dependency>
6565 <groupId>com.nextbreakpoint</groupId>
66- <artifactId>com.nextbreakpoint.ffmepg4java .windows</artifactId>
66+ <artifactId>com.nextbreakpoint.ffmpeg4java .windows</artifactId>
6767 <version>7.0.1-1.0</version>
6868 </dependency>
6969
@@ -135,7 +135,7 @@ Inspect the libraries linked with the library:
135135
136136Compile and package the JARs:
137137
138- make package
138+ make clean package
139139
140140The artifacts will be created in the target directory of each module:
141141
@@ -181,10 +181,12 @@ Generate the code for Windows (must be executed on Windows):
181181
182182 eval $(cat ffmpeg4java-windows/source) && make extract system=windows
183183
184- ## Examples
184+
185+ # Examples
185186
186187See the code of the tests for an example of how to use the wrapper.
187188
189+
188190# Reference
189191
190192Java Foreign Function and Memory API:
You can’t perform that action at this time.
0 commit comments