Skip to content

Commit 892f6cb

Browse files
author
Andrea Medeghini
committed
update readme
1 parent e8360c9 commit 892f6cb

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

136136
Compile and package the JARs:
137137

138-
make package
138+
make clean package
139139

140140
The 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

186187
See the code of the tests for an example of how to use the wrapper.
187188

189+
188190
# Reference
189191

190192
Java Foreign Function and Memory API:

0 commit comments

Comments
 (0)