Skip to content

Commit 60d58ed

Browse files
scripts: build_gst: Add Python bindings
1 parent 1e8904b commit 60d58ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_gst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GST_MESON_OPTIONS_DEFAULT=(
5656
-D libav=enabled
5757
-D nls=disabled
5858
-D orc=disabled
59-
-D python=disabled
59+
-D python=$( [[ "$GST_PYTHON_ENABLED" == true ]] && echo enabled || echo disabled )
6060
-D qt5=disabled
6161
-D rs=disabled
6262
-D rtsp_server=enabled

0 commit comments

Comments
 (0)