diff options
Diffstat (limited to 'Library/Formula/ffmpegthumbnailer.rb')
| -rw-r--r-- | Library/Formula/ffmpegthumbnailer.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ffmpegthumbnailer.rb b/Library/Formula/ffmpegthumbnailer.rb index 45be0d27b..f4822b2c2 100644 --- a/Library/Formula/ffmpegthumbnailer.rb +++ b/Library/Formula/ffmpegthumbnailer.rb @@ -4,10 +4,11 @@ class Ffmpegthumbnailer < Formula homepage 'http://code.google.com/p/ffmpegthumbnailer/' url 'https://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-2.0.8.tar.gz' sha1 '2c54ca16efd953f46547e22799cfc40bd9c24533' + revision 1 depends_on 'pkg-config' => :build depends_on 'jpeg' - depends_on :libpng + depends_on 'libpng' depends_on 'ffmpeg' def install |
