Skip to content

Commit

Permalink
vlc: disable nls
Browse files Browse the repository at this point in the history
No need to fuzz translations and it takes some time to generate.
  • Loading branch information
tguillem committed Feb 8, 2025
1 parent 086eb21 commit 05d53d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/vlc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ sed -i "s/${RULE}/${FUZZ_LDFLAGS}\n${RULE}/g" ./test/Makefile.am
./bootstrap

./configure --disable-lua \
--disable-nls \
--disable-shared \
--enable-static \
--enable-vlc=no \
Expand Down

0 comments on commit 05d53d1

Please sign in to comment.