Skip to content

Commit

Permalink
updated gst1-java-code to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Jun 1, 2021
1 parent 321de06 commit f0ebf52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ${line.separator}with the path to where you have the code for Processing 3 check
encoding="UTF-8"
includeAntRuntime="false"
classpath="${core.classpath.location}/core.jar;
library/gst1-java-core-1.2.0.jar;
library/gst1-java-core-1.4.0.jar;
library/jna.jar"
nowarn="true">
<compilerclasspath path="${compiler.classpath.location}/org.eclipse.jdt.core.jar;
Expand Down Expand Up @@ -178,9 +178,9 @@ ${line.separator}with the path to where you have the code for Processing 3 check

<!-- create the java reference of the library -->
<mkdir dir="dist/tmp/video/reference" />
<javadoc bottom="Processing video library by The Processing Foundation. (c) 2011-20"
<javadoc bottom="Processing video library by The Processing Foundation. (c) 2011-21"
classpath="${core.classpath.location}/core.jar;
library/gst1-java-core-1.2.0.jar;
library/gst1-java-core-1.4.0.jar;
library/jna.jar;
bin"
destdir="dist/tmp/video/reference"
Expand Down
Binary file added library/gst1-java-core-1.4.0.jar
Binary file not shown.

0 comments on commit f0ebf52

Please sign in to comment.