From 104b3c28d943dfa9c2d4de0b64d4aba3219e8ba9 Mon Sep 17 00:00:00 2001 From: fsLeg Date: Fri, 20 Feb 2015 19:13:48 +0300 Subject: [PATCH] opera: upped local FFmpeg version to 2.4.7. Fixed FFMPEG_VERSION variable to detect if it was set outside the script. --- opera/opera.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opera/opera.SlackBuild b/opera/opera.SlackBuild index 897db30..8182ade 100755 --- a/opera/opera.SlackBuild +++ b/opera/opera.SlackBuild @@ -28,7 +28,7 @@ FLAVOR=-${FLAVOR:-stable} # You can build local version of ffmpeg if you want H.264 and MP3 decoding support FFMPEG=${FFMPEG:-no} -FFMPEG_VERSION="2.4.6" +FFMPEG_VERSION=${FFMPEG_VERSION:-2.4.7} PRGNAM_BASE=opera PRGNAM=${PRGNAM_BASE}${FLAVOR} -- 2.46.3