Merge pull request #144 from cbenhagen/patch-2
update ffmpeg version to 2.6.3
This commit is contained in:
commit
aaa05a5724
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sh
|
||||||
|
|
||||||
|
|
||||||
class FFMpegRecipe(Recipe):
|
class FFMpegRecipe(Recipe):
|
||||||
version = "2.6.2"
|
version = "2.6.3"
|
||||||
url = "http://www.ffmpeg.org/releases/ffmpeg-{version}.tar.bz2"
|
url = "http://www.ffmpeg.org/releases/ffmpeg-{version}.tar.bz2"
|
||||||
include_per_arch = True
|
include_per_arch = True
|
||||||
include_dir = "dist/include"
|
include_dir = "dist/include"
|
||||||
|
|
Loading…
Reference in a new issue