File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ if [[ $ARCH == "amd64" ]]; then
1414 MESON_OPTIONS=" $MESON_OPTIONS -Dgst-plugins-bad:msdk=enabled "
1515fi
1616
17+ git apply /compile-patch/0001-libnice.wrap-fix-incomplete-TCP-ICE-candidate-crash.patch
18+
1719if [[ $DEBUG == ' true' ]]; then
1820 if [[ $OPTIMIZATIONS == ' true' ]]; then
1921 meson build -D prefix=/usr $MESON_OPTIONS -D buildtype=debugoptimized
@@ -31,7 +33,6 @@ git apply /compile-patch/0001-pad-Check-data-NULL-ness-when-probes-are-stopped-f
3133git apply /compile-patch/0001-Reduce-logs-verbosity-in-webrtcbin-when-a-FEC-decode.patch
3234git apply /compile-patch/0001-glvideomixer-update-API-to-be-compatible-with-versio.patch
3335git apply /compile-patch/0001-GstAudioAggregator-fix-structure-unref.patch
34- git apply /compile-patch/0001-libnice.wrap-fix-incomplete-TCP-ICE-candidate-crash.patch
3536
3637# This is needed for other plugins to be built properly
3738ninja -C build install
You can’t perform that action at this time.
0 commit comments