We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c1a9 commit 1e996f1Copy full SHA for 1e996f1
build.gradle
@@ -39,7 +39,7 @@ ext {
39
'-DWITH_OPENCL=OFF',
40
'-DWITH_FFMPEG=OFF',
41
'-DWITH_OPENEXR=OFF',
42
- '-DWITH_GSTREAMER=ON',
+ '-DWITH_GSTREAMER=OFF',
43
'-DWITH_LAPACK=OFF',
44
'-DWITH_GTK=OFF',
45
'-DWITH_1394=OFF',
publish.gradle
@@ -13,7 +13,7 @@ publishing {
13
}
14
15
16
-def pubVersion = "${project.ext.version}-4"
+def pubVersion = "${project.ext.version}-5"
17
18
def outputsFolder = file("$project.buildDir/outputs")
19
0 commit comments