Sha256: 08e38d052c56d0be5af0b09b0437e919d5b1b10c6656b96283d4b0c9aae6d12f

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

# -*- encoding: binary -*-

# validate if ffmpeg & ffmpegthumbnails exists
ffmpeg      = `which ffmpeg`
thumbnailer = `which ffmpegthumbnailer`

puts "\n*---------------> Could not find ffmpeg/ffmpegthumbnailer.. <---------------*\n" if thumbnailer.empty? || ffmpeg.empty?

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vtools-0.0.2 extconf.rb
vtools-0.0.1 extconf.rb