Merge pull request #110 from xTibor/ffmpeg-version

ffmpeg: Fix package version
This commit is contained in:
Jeremy Soller 2017-11-19 15:02:50 -07:00 committed by GitHub
commit 30c3732930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"