summaryrefslogtreecommitdiffstats
path: root/source/xap/MPlayer/MPlayer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/MPlayer/MPlayer.SlackBuild')
-rwxr-xr-xsource/xap/MPlayer/MPlayer.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/xap/MPlayer/MPlayer.SlackBuild b/source/xap/MPlayer/MPlayer.SlackBuild
index 0c543eeac..f4eb6b5b3 100755
--- a/source/xap/MPlayer/MPlayer.SlackBuild
+++ b/source/xap/MPlayer/MPlayer.SlackBuild
@@ -25,11 +25,11 @@
# Set initial variables:
PKGNAM=MPlayer
-VERSION=${VERSION:-20240130}
+VERSION=${VERSION:-20240403}
# Need to build trunk until there's a stable branch compatible with the
# latest ffmpeg stable release:
#BRANCH=${BRANCH:-1.3} # leave empty if you want to build MPlayer trunk
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -262,6 +262,8 @@ echo Building ...
--mandir=/usr/man \
--confdir=/etc/mplayer \
--enable-gui \
+ --enable-libaom-lavc \
+ --enable-libdav1d-lavc \
--enable-menu \
--enable-vdpau \
--disable-arts \
@@ -270,6 +272,7 @@ echo Building ...
--disable-ffmpeg_a \
--codecsdir=${CODECSDIR} \
--language="${LANGUAGES}" \
+ --extra-cflags="-Wno-error=incompatible-pointer-types -Wno-error=int-conversion" \
${EXTRACONFIGUREOPTIONS} \
${DO_PATENTED} || exit 1