[Git][noosfero/noosfero][master] html5-video: fix rmagick require

Rodrigo Souto gitlab at mg.gitlab.com
Thu Oct 5 11:00:25 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
ac1f6271 by Rodrigo Souto at 2017-10-05T11:00:08-03:00
html5-video: fix rmagick require

- - - - -


1 changed file:

- plugins/html5_video/lib/video_processor/ffmpeg.rb


Changes:

=====================================
plugins/html5_video/lib/video_processor/ffmpeg.rb
=====================================
--- a/plugins/html5_video/lib/video_processor/ffmpeg.rb
+++ b/plugins/html5_video/lib/video_processor/ffmpeg.rb
@@ -1,4 +1,4 @@
-require 'rmagick'
+require 'RMagick'
 
 # Works for ffmpeg version 2.8.6-1~bpo8 shiped by Debian Jessie Backports
 # https://packages.debian.org/jessie-backports/ffmpeg



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/ac1f62710b077276279b6c5dcdf10a21b857814a

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/ac1f62710b077276279b6c5dcdf10a21b857814a
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20171005/7dee062d/attachment.html>


More information about the Noosfero-dev mailing list