diff --git a/stepmania/src/arch/arch.h b/stepmania/src/arch/arch.h index a572ca720d..b06d7a3197 100644 --- a/stepmania/src/arch/arch.h +++ b/stepmania/src/arch/arch.h @@ -17,7 +17,7 @@ LowLevelWindow *MakeLowLevelWindow(); void MakeInputHandlers(vector &Add); RageSoundDriver *MakeRageSoundDriver(CString drivers); -/* These definitions are in here, instead of i n arch_*.h, because they +/* These definitions are in here, instead of in arch_*.h, because they * need to be available to other modules. It'd be overkill to create separate * "config" and "driver" headers for each arch. */ @@ -35,6 +35,8 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers); #define DEFAULT_SOUND_DRIVER_LIST "Null" #endif +#define DEFAULT_MOVIE_DRIVER_LIST "FFMpeg,DShow,Null" + /* Choose your renderers. */ #if defined(_WINDOWS) #define SUPPORT_OPENGL