Move DEFAULT_MOVIE_DRIVER_LIST to arch.cpp.

This commit is contained in:
Glenn Maynard
2003-09-02 04:50:33 +00:00
parent f4ef27b0a0
commit 35fcd5dea2
+3 -1
View File
@@ -17,7 +17,7 @@ LowLevelWindow *MakeLowLevelWindow();
void MakeInputHandlers(vector<InputHandler *> &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