Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker/build-gstreamer/compile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if [[ $ARCH == "amd64" ]]; then
MESON_OPTIONS="$MESON_OPTIONS -Dgst-plugins-bad:msdk=enabled "
fi

git apply /compile-patch/0001-libnice.wrap-fix-incomplete-TCP-ICE-candidate-crash.patch

if [[ $DEBUG == 'true' ]]; then
if [[ $OPTIMIZATIONS == 'true' ]]; then
meson build -D prefix=/usr $MESON_OPTIONS -D buildtype=debugoptimized
Expand All @@ -31,7 +33,6 @@ git apply /compile-patch/0001-pad-Check-data-NULL-ness-when-probes-are-stopped-f
git apply /compile-patch/0001-Reduce-logs-verbosity-in-webrtcbin-when-a-FEC-decode.patch
git apply /compile-patch/0001-glvideomixer-update-API-to-be-compatible-with-versio.patch
git apply /compile-patch/0001-GstAudioAggregator-fix-structure-unref.patch
git apply /compile-patch/0001-libnice.wrap-fix-incomplete-TCP-ICE-candidate-crash.patch

# This is needed for other plugins to be built properly
ninja -C build install
Expand Down