ext/rmov_ext.h in rmov-0.1.0 vs ext/rmov_ext.h in rmov-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ #include <ruby.h> #include <QuickTime/QuickTime.h> -extern VALUE mQuicktime, eQuicktime, cMovie, cTrack, cExporter; +extern VALUE eQuicktime, cMovie, cTrack, cExporter; /*** MOVIE ***/ void Init_quicktime_movie(); OSErr movie_progress_proc(Movie movie, short message, short operation, Fixed percent, VALUE proc);