compile fixes on windows for quicktime.
* solved two "'blah' undefined, assuming extern returning int" 'warnings' that jesterKing now changed to be reported as errors (thanks! :))
This commit is contained in:
@@ -621,7 +621,9 @@ void end_qt(void) {
|
||||
//printf("Finished QuickTime movie.\n");
|
||||
}
|
||||
|
||||
ExitMoviesOnThread();
|
||||
#ifdef __APPLE__
|
||||
ExitMoviesOnThread();
|
||||
#endif
|
||||
|
||||
if(qtexport) {
|
||||
MEM_freeN(qtexport);
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
#include <QTML.h>
|
||||
#include <TextUtils.h>
|
||||
#include <QuickTimeComponents.h>
|
||||
#include <QTLoadLibraryUtils.h>
|
||||
#endif /* _WIN32 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user