package/win32: enable the same options as autotools by default in meson

This commit is contained in:
Steve Lhomme 2024-11-19 07:29:42 +01:00
parent 96ba69a152
commit a7cb81e63d

View File

@ -445,6 +445,12 @@ else
fi
cd ../..
# configuration matching configure.sh (goom is called goom2, theora is theoradec+theoraenc)
MCONFIGFLAGS="-Dupdate-check=enabled -Dlua=enabled -Dflac=enabled -Dtheoradec=enabled -Dtheoraenc=enabled \
-Davcodec=enabled -Dmerge-ffmpeg=true \
-Dlibass=enabled -Dschroedinger=enabled -Dshout=enabled -Dgoom2=enabled \
-Dsse=enabled -Dlibcddb=enabled -Dzvbi=enabled -Dtelx=disabled $MCONFIGFLAGS"
MCONFIGFLAGS="$MCONFIGFLAGS --prefer-static"
if [ "$RELEASE" != "yes" ]; then
CONFIGFLAGS="$CONFIGFLAGS --enable-debug"