Use a specific ffmpeg version
This commit is contained in:
parent
c53f5c0b31
commit
a72266a19d
2 changed files with 7 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
"squizlabs/php_codesniffer": "~3.2.2",
|
||||
"phpunit/phpunit": "~6.5.2",
|
||||
"doctrine/instantiator": "~1.0.0",
|
||||
"ffmpeg/ffmpeg": "dev-release",
|
||||
"ffmpeg/ffmpeg": "3.4.1",
|
||||
"rg3/youtube-dl": "2017.12.10",
|
||||
"heroku/heroku-buildpack-php": "*"
|
||||
},
|
||||
|
@ -49,9 +49,9 @@
|
|||
"type": "package",
|
||||
"package": {
|
||||
"name": "ffmpeg/ffmpeg",
|
||||
"version": "dev-release",
|
||||
"version": "3.4.1",
|
||||
"dist": {
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.4.1-64bit-static.tar.xz",
|
||||
"type": "xz"
|
||||
},
|
||||
"bin": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue