fixups
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "MovieTexture.h"
|
#include "MovieTexture.h"
|
||||||
|
|
||||||
|
#if defined(WIN32)
|
||||||
#include "MovieTexture_DShow.h"
|
#include "MovieTexture_DShow.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Try drivers in order of preference until we find one that works. */
|
/* Try drivers in order of preference until we find one that works. */
|
||||||
/* Well, eventually; for now it's DShow or bust.w */
|
/* Well, eventually; for now it's DShow or bust.w */
|
||||||
@@ -11,6 +12,7 @@ RageMovieTexture *MakeRageMovieTexture(RageTextureID ID)
|
|||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
return new MovieTexture_DShow(ID);
|
return new MovieTexture_DShow(ID);
|
||||||
#else
|
#else
|
||||||
|
/* XXX: need a simple null movie texture object */
|
||||||
RageException::Throw("xxx");
|
RageException::Throw("xxx");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user