soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

Intall ffmpeg detection if is a git version #309

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the installer fail to detect ffmpeg when the ffmpeg is a git version:
Fix:
cb_install/functions.php
line:80
add:
preg_match("/version git-([0-9.-]+)/i",$ffmpeg_version,$matches);
if(@$matches[1])
$version = $matches[1];

Original issue reported on code.google.com by florin.m...@gmail.com on 3 May 2012 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by zomail...@gmail.com on 6 May 2013 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by arslan...@gmail.com on 21 May 2013 at 8:13