Declare ffmpeg binary in composer.json

This commit is contained in:
Pierre Rudloff 2015-11-21 20:54:38 +01:00
parent cafb75a9c1
commit c74623a9dd
4 changed files with 11 additions and 5 deletions

View file

@ -44,7 +44,10 @@
"dist": {
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
"type": "xz"
}
},
"bin": [
"ffmpeg"
]
}
}
],