File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
INPUT_CONANFILE : |
33
33
[requires]
34
34
libiconv/1.17
35
- glib/2.76.2
36
35
#gobject-introspection/1.69.0
37
- gstreamer/1.19.2
38
- gst-plugins-base/1.19.2
36
+ gstreamer/1.22.3
37
+ # gst-plugins-base/1.22.3 Disable gstreamer for now, latest gst-plugins-base is 1.19.2
39
38
#gtk/4.4.0
40
39
libxml2/2.10.3
41
40
zlib/1.2.13
64
63
.\build\activate_build.ps1
65
64
.\build\activate_run.ps1
66
65
echo "::group::configure"
67
- meson --prefix ${{ github.workspace }}\install --buildtype ${{ matrix.build_type_meson }} --pkg-config-path ${{ github.workspace }}\build -Ddocumentation=disabled -Dgst-plugin=enabled -Dintrospection=disabled -Dusb=enabled -Dviewer=disabled -Dgv-n-buffers=1 . .\build
66
+ meson --prefix ${{ github.workspace }}\install --buildtype ${{ matrix.build_type_meson }} --pkg-config-path ${{ github.workspace }}\build -Ddocumentation=disabled -Dgst-plugin=disabled -Dintrospection=disabled -Dusb=enabled -Dviewer=disabled -Dgv-n-buffers=1 . .\build
68
67
echo "::endgroup::"
69
68
echo "::group::compile"
70
69
meson compile -C .\build -v
You can’t perform that action at this time.
0 commit comments