Use ffmpeg on OS X.

This commit is contained in:
Steve Checkoway
2003-09-06 11:53:41 +00:00
parent e49bd881c1
commit b6c340c6dc
@@ -5,16 +5,18 @@
#include "MovieTexture_Null.h"
#include "PrefsManager.h"
/* Why is this _WINDOWS and not WIN32?
* --steve
*
* _WINDOWS is Windows only, where _WIN32 is Windows and Xbox, I think. Does this
/* _WINDOWS is Windows only, where _WIN32 is Windows and Xbox, I think. Does this
* work on the Xbox? -glenn */
#if defined(_WINDOWS)
#include "MovieTexture_DShow.h"
#define HAVE_FFMPEG
#endif
/* I don't like this. It should not be here. */
#if defined (DARWIN)
#define HAVE_FFMPEG
#endif
#ifdef HAVE_FFMPEG
#include "MovieTexture_FFMpeg.h"
#endif