Commits

Ryan Schmidt authored 04979207346
quickascii: bring back a feature from Apple's ASCIIMoviePlayerSample on which this is based: quit when the movie is done instead of hanging forever.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@47711 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

multimedia/quickascii/files/patch-qtplyr.c.diff

Added
1 +--- qtplyr.c.orig 2002-11-17 21:02:31.000000000 -0600
2 ++++ qtplyr.c 2009-03-04 01:10:29.000000000 -0600
3 +@@ -342,7 +342,7 @@
4 +
5 + do {
6 + MCIdle(thePlayer);
7 +- } while (1);
8 ++ } while (!IsMovieDone(theMovie));
9 +
10 + bail:
11 + DisposeMovieController( thePlayer );

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut