From f2d7d38973e4ea3e51786a52bce5c105091831b9 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 27 Feb 2024 16:21:01 +0100 Subject: [PATCH] [ci,mingw] simplify openh264 build --- scripts/mingw.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mingw.sh b/scripts/mingw.sh index 3096929d7..86b0c504c 100755 --- a/scripts/mingw.sh +++ b/scripts/mingw.sh @@ -151,7 +151,6 @@ meson setup --cross-file "$SCRIPT_PATH/mingw-meson.conf" \ -Db_pie=true \ -Db_lto=true \ -Dbuildtype=release \ - -Dpkgconfig.relocatable=true \ -Dtests=disabled \ -Ddefault_library=both \ "$BUILD_BASE/openh264" \