mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 09:53:43 +08:00
package/win32: only enable/disable NLS once
It's on by default, so not needed in configure.sh.
This commit is contained in:
parent
dcecf6598c
commit
96ba69a152
@ -456,6 +456,9 @@ fi
|
||||
if [ "$I18N" != "yes" ]; then
|
||||
CONFIGFLAGS="$CONFIGFLAGS --disable-nls"
|
||||
MCONFIGFLAGS="$MCONFIGFLAGS -Dnls=disabled"
|
||||
else
|
||||
CONFIGFLAGS="$CONFIGFLAGS --enable-nls"
|
||||
MCONFIGFLAGS="$MCONFIGFLAGS -Dnls=enabled"
|
||||
fi
|
||||
if [ -n "$BREAKPAD" ]; then
|
||||
CONFIGFLAGS="$CONFIGFLAGS --with-breakpad=$BREAKPAD"
|
||||
|
@ -12,7 +12,6 @@ OPTIONS="
|
||||
--enable-goom
|
||||
--enable-sse
|
||||
--enable-libcddb
|
||||
--enable-zvbi --disable-telx
|
||||
--enable-nls"
|
||||
--enable-zvbi --disable-telx"
|
||||
|
||||
sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user