ffmpeg: Fix package version

This commit is contained in:
Tibor Nagy 2017-11-19 19:06:38 +01:00
parent e4ab437476
commit cf5b60a8d9

View File

@ -1,5 +1,11 @@
VERSION=3.3
GIT=https://github.com/FFmpeg/FFmpeg
BRANCH=release/3.3
BRANCH=release/$VERSION
function recipe_version {
echo "$VERSION"
skip=1
}
function recipe_update {
echo "skipping update"