diff options
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} \ |