diff options
author | khronosschoty <khronosschoty@posteo.org> | 2017-04-22 23:39:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:51:17 +0700 |
commit | 67049dfacd81c07666fd4b1849a818b04458605d (patch) | |
tree | 36b5a2a0fecaba5d38d65234d7524ffad2981510 /network/PaleMoon/PaleMoon.SlackBuild | |
parent | 2c312c396fbe67b48400abae95994fdb9c4a128c (diff) | |
download | slackbuilds-67049dfacd81c07666fd4b1849a818b04458605d.tar.gz |
network/PaleMoon: Remove unused option.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/PaleMoon/PaleMoon.SlackBuild')
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild index a60adc4288..9ce1557cc5 100644 --- a/network/PaleMoon/PaleMoon.SlackBuild +++ b/network/PaleMoon/PaleMoon.SlackBuild @@ -150,14 +150,6 @@ else DEVTOOLS="--enable-devtools" fi -# "gst-libav" has been replaced with ffmpeg in PaleMoon, and is slated for complete -# removal; pass the parameter ENABLE_GST_LIBAV=yes, however, to keep using it (for now). -if [ "$ENABLE_GST_LIBAV" = "yes" ]; then - GST_LIBAV="--enable-gstreamer --disable-ffmpeg" -else - GST_LIBAV="" -fi - # Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding. # Our building options, in a configure-like display ;) OPTIONS="\ @@ -170,7 +162,6 @@ OPTIONS="\ --disable-mochitests \ --enable-jemalloc \ --with-pthreads \ - $GST_LIBAV \ $DEVTOOLS \ $DEBUG \ --x-libraries=/usr/lib${LIBDIRSUFFIX} \ |