summaryrefslogtreecommitdiffstats
path: root/vlc/build/vlc-1.0.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'vlc/build/vlc-1.0.SlackBuild')
-rwxr-xr-xvlc/build/vlc-1.0.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/vlc/build/vlc-1.0.SlackBuild b/vlc/build/vlc-1.0.SlackBuild
index a20f680d..83f99ffe 100755
--- a/vlc/build/vlc-1.0.SlackBuild
+++ b/vlc/build/vlc-1.0.SlackBuild
@@ -297,9 +297,10 @@ STATIC_QT4=${STATIC_QT4:-"NO"}
# Note: I _strongly_ suggest you compile ffmpeg statically!
STATIC_FFMPEG=${STATIC_FFMPEG:-"YES"}
-# By default build the Mozilla plugin.
-# You can disable building the Mozilla plugin by defining MOZPLUGIN="NO":
-MOZPLUGIN=${MOZPLUGIN:-"YES"}
+# By default do not build the Mozilla plugin (Slackware's seamonkey post-13.0
+# no longer supports building this).
+# You can enable building the Mozilla plugin by defining MOZPLUGIN="YES":
+MOZPLUGIN=${MOZPLUGIN:-"NO"}
# -----------------------------------------------------------------------------
# We're done with the initials. Let's move on: