Skip to content

Commit

Permalink
macos: disable unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
avently authored and Avently committed Sep 11, 2024
1 parent 55f08f0 commit 5bf14b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extras/package/macosx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export XCODE_FLAGS="MACOSX_DEPLOYMENT_TARGET=$MINIMAL_OSX_VERSION -sdk macosx WA
info "Building contribs"
spushd "${vlcroot}/contrib"
mkdir -p contrib-$HOST_TRIPLET && cd contrib-$HOST_TRIPLET
../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET > $out
../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET --disable-breakpad --disable-net --disable-growl --disable-sparkle -- > $out
if [ "$REBUILD" = "yes" ]; then
make clean
fi
Expand Down Expand Up @@ -322,6 +322,8 @@ if [ "${vlcroot}/configure" -nt Makefile ]; then
--host=$HOST_TRIPLET \
--with-macosx-version-min=$MINIMAL_OSX_VERSION \
--with-macosx-sdk=$SDKROOT \
--disable-gnutls \
--disable-sparkle \
$CONFIGFLAGS \
$VLC_CONFIGURE_ARGS > $out
fi
Expand Down

0 comments on commit 5bf14b1

Please sign in to comment.