ext/rmov_ext.h in rmov-0.1.2 vs ext/rmov_ext.h in rmov-0.1.3
- old
+ new
@@ -1,8 +1,8 @@
#include <ruby.h>
#include <QuickTime/QuickTime.h>
-extern VALUE 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);