Skip to content

Commit

Permalink
disable opencv in gstreamer bad plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Apr 23, 2024
1 parent f2a6181 commit 50de745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ if [ ! -f "gst-plugins-bad-installed.done" ] ; then
tar xf gst-plugins-bad-$GST_VERSION.tar.xz
fi
cd gst-plugins-bad-$GST_VERSION
run_with_scl meson _build --prefix=$PREFIX --buildtype=release --native-file $MESON_NATIVE_FILE -Dopenexr=disabled
run_with_scl meson _build --prefix=$PREFIX --buildtype=release --native-file $MESON_NATIVE_FILE -Dopenexr=disabled -Dopencv=disabled
run_with_scl ninja -C _build
run_with_scl ninja -C _build install
cd ..
Expand Down

0 comments on commit 50de745

Please sign in to comment.