<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 require 'ffmpeg'
-require 'rmagick'
+require 'RMagick'
 
 video = FFMPEG::InputFormat.new('spec/data/alligator.mp4')
 stream = video.first_video_stream</diff>
      <filename>animated_gif_example.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,8 +2,8 @@
  * Licensed under the Ruby License. See LICENSE for details.
  *
  */
-#ifndef __FFMPEG_H__
-#define __FFMPEG_H__
+#ifndef RUBY_FFMPEG_H__
+#define RUBY_FFMPEG_H__
 
 #include &lt;libavformat/avformat.h&gt;
 #include &lt;libavutil/avutil.h&gt;</diff>
      <filename>ext/ffmpeg.h</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,6 @@ format_duration(VALUE self)
 static VALUE
 format_streams(VALUE self)
 {
-    int size;
     int i;
     AVFormatContext * format_context = get_format_context(self);
     volatile VALUE streams = rb_ary_new2(format_context-&gt;nb_streams);
@@ -152,10 +151,6 @@ init_format(VALUE self)
     return self;
 }
 
-static void
-mark_format(AVFormatContext * format_context)
-{}
-
 static void 
 free_format(AVFormatContext * format_context)
 {</diff>
      <filename>ext/ffmpeg_format.c</filename>
    </modified>
    <modified>
      <diff>@@ -121,7 +121,6 @@ extract_next_frame(AVFormatContext * format_context, AVCodecContext * codec_cont
     int remaining = 0;
     int decoded;
     int frame_complete = 0;
-    int ret;
     int next;
     
     while(!frame_complete &amp;&amp;</diff>
      <filename>ext/ffmpeg_stream.c</filename>
    </modified>
    <modified>
      <diff>@@ -2,8 +2,8 @@
  * Licensed under the Ruby License. See LICENSE for details.
  *
  */
-#ifndef __FFMPEG_UTILS_H__
-#define __FFMPEG_UTILS_H__
+#ifndef RUBY_FFMPEG_UTILS_H__
+#define RUBY_FFMPEG_UTILS_H__
 
 #include &quot;ffmpeg.h&quot;
 
@@ -15,5 +15,4 @@ AVFrame * get_frame(VALUE self);
 VALUE rb_sym(const char *s);
 VALUE codec_type_id_to_sym(int codec_type);
 
-#endif __FFMPEG_UTILS_H__
-
+#endif</diff>
      <filename>ext/ffmpeg_utils.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-require File.dirname(__FILE__) + '/../ext/FFMPEG'
+require File.dirname(__FILE__) + '/../ext/ffmpeg'
 include FFMPEG
 
 Spec::Runner.configure do |config|</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1669be6a886105a899073d0912fa17385460a1ff</id>
    </parent>
  </parents>
  <author>
    <name>Todd A. Fisher</name>
    <email>taf2@web3.anerian.com</email>
  </author>
  <url>http://github.com/gwik/ffmpeg-ruby/commit/2e76e6d08c1598fa679ddb349d3ea167d9e514a1</url>
  <id>2e76e6d08c1598fa679ddb349d3ea167d9e514a1</id>
  <committed-date>2008-12-01T13:29:38-08:00</committed-date>
  <authored-date>2008-12-01T13:29:38-08:00</authored-date>
  <message>include ruby in the headers
fix a few warnings
use ffmpeg instead of FFMPEG in specs</message>
  <tree>26ca7f80dd0993b655bfefb4b34b709cb3a6cf07</tree>
  <committer>
    <name>Todd A. Fisher</name>
    <email>taf2@web3.anerian.com</email>
  </committer>
</commit>
