Skip to content

Commit

Permalink
Disable gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt M committed Oct 8, 2024
1 parent 4d8c1a9 commit 1e996f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
'-DWITH_OPENCL=OFF',
'-DWITH_FFMPEG=OFF',
'-DWITH_OPENEXR=OFF',
'-DWITH_GSTREAMER=ON',
'-DWITH_GSTREAMER=OFF',
'-DWITH_LAPACK=OFF',
'-DWITH_GTK=OFF',
'-DWITH_1394=OFF',
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publishing {
}
}

def pubVersion = "${project.ext.version}-4"
def pubVersion = "${project.ext.version}-5"

def outputsFolder = file("$project.buildDir/outputs")

Expand Down

0 comments on commit 1e996f1

Please sign in to comment.