Skip to content

Commit 07da68a

Browse files
authored
Merge pull request #78 from restreamio/fix/libnice-wrap-diff-file
Fix the libnice patch
2 parents 7410c94 + 9f5c664 commit 07da68a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/build-gstreamer/compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if [[ $ARCH == "amd64" ]]; then
1414
MESON_OPTIONS="$MESON_OPTIONS -Dgst-plugins-bad:msdk=enabled "
1515
fi
1616

17+
git apply /compile-patch/0001-libnice.wrap-fix-incomplete-TCP-ICE-candidate-crash.patch
18+
1719
if [[ $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
3133
git apply /compile-patch/0001-Reduce-logs-verbosity-in-webrtcbin-when-a-FEC-decode.patch
3234
git apply /compile-patch/0001-glvideomixer-update-API-to-be-compatible-with-versio.patch
3335
git 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
3738
ninja -C build install

0 commit comments

Comments
 (0)