Skip to content

Commit 1e996f1

Browse files
author
Matt M
committed
Disable gstreamer
1 parent 4d8c1a9 commit 1e996f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ext {
3939
'-DWITH_OPENCL=OFF',
4040
'-DWITH_FFMPEG=OFF',
4141
'-DWITH_OPENEXR=OFF',
42-
'-DWITH_GSTREAMER=ON',
42+
'-DWITH_GSTREAMER=OFF',
4343
'-DWITH_LAPACK=OFF',
4444
'-DWITH_GTK=OFF',
4545
'-DWITH_1394=OFF',

publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publishing {
1313
}
1414
}
1515

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

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

0 commit comments

Comments
 (0)