diff options
Diffstat (limited to 'source/xap/MPlayer/MPlayer.SlackBuild')
-rwxr-xr-x | source/xap/MPlayer/MPlayer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/MPlayer/MPlayer.SlackBuild b/source/xap/MPlayer/MPlayer.SlackBuild index c317b40c..7b7202da 100755 --- a/source/xap/MPlayer/MPlayer.SlackBuild +++ b/source/xap/MPlayer/MPlayer.SlackBuild @@ -25,11 +25,11 @@ # Set initial variables: PKGNAM=MPlayer -VERSION=${VERSION:-20180208} +VERSION=${VERSION:-20180720} # 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:-3} +BUILD=${BUILD:-1} TAG=${TAG:-} NUMJOBS=${NUMJOBS:-" -j7 "} |